Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp62 CompoundStmt *makeCompound(ArrayRef<Stmt*>);
135 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound() function in ASTMaker
472 /* then=*/M.makeCompound({CallbackCall, FlagAssignment})); in create_call_once()
537 CompoundStmt *CS = M.makeCompound(Stmts); in create_dispatch_once()
650 CompoundStmt *Body = M.makeCompound(Stmts); in create_OSAtomicCompareAndSwap()