Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DBodyFarm.cpp55 CompoundStmt *makeCompound(ArrayRef<Stmt*>);
105 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound() function in ASTMaker
225 CompoundStmt *CS = M.makeCompound(Stmts); in create_dispatch_once()
337 CompoundStmt *Body = M.makeCompound(Stmts); in create_OSAtomicCompareAndSwap()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp783 void makeCompound(Instruction *, bool isSplit);
1021 GCRA::makeCompound(Instruction *insn, bool split) in makeCompound() function in nv50_ir::GCRA
1083 makeCompound(insn, false); in doCoalesce()
1092 makeCompound(insn, true); in doCoalesce()