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/nv50/codegen/
Dnv50_ir_ra.cpp678 void makeCompound(Instruction *, bool isSplit);
870 GCRA::makeCompound(Instruction *insn, bool split) in makeCompound() function in nv50_ir::GCRA
932 makeCompound(insn, false); in doCoalesce()
941 makeCompound(insn, true); in doCoalesce()