Home
last modified time | relevance | path

Searched refs:makeCompound (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp63 CompoundStmt *makeCompound(ArrayRef<Stmt*>);
137 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound() function in ASTMaker
502 /* Then=*/M.makeCompound({CallbackCall, FlagAssignment})); in create_call_once()
567 CompoundStmt *CS = M.makeCompound(Stmts); in create_dispatch_once()
681 CompoundStmt *Body = M.makeCompound(Stmts); in create_OSAtomicCompareAndSwap()
/src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h62 makeCompound(llvm::ArrayRef<DirectiveWithClauses<ClauseTy>> parts);
111 merged.id = makeCompound(leafs); in ConstructCompositionT()
151 llvm::omp::Directive ConstructCompositionT<C>::makeCompound( in makeCompound() function