Searched defs:makeCompound (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Analysis/
H A DBodyFarm.cpp57 CompoundStmt *makeCompound(ArrayRef<Stmt*>);
107 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { function in class:ASTMaker
229 CompoundStmt *CS = M.makeCompound(ArrayRef<Stmt*>(Stmts, 2));
340 CompoundStmt *Body = M.makeCompound(ArrayRef<Stmt*>(Stmts, 2));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp678 void makeCompound(Instruction *, bool isSplit);
870 GCRA::makeCompound(Instruction *insn, bool split) function in class:nv50_ir::GCRA
875 INFO("makeCompound(split = %i): ", split);
932 makeCompound(insn, false);
941 makeCompound(insn, true);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp678 void makeCompound(Instruction *, bool isSplit);
870 GCRA::makeCompound(Instruction *insn, bool split) function in class:nv50_ir::GCRA
875 INFO("makeCompound(split = %i): ", split);
932 makeCompound(insn, false);
941 makeCompound(insn, true);

Completed in 143 milliseconds