/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 20 | If of expr * expr * expr Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 23 | If of expr * expr * expr Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | token.ml | 18 | If | Then | Else Constructor
|
D | ast.ml | 23 | If of expr * expr * expr Constructor
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_loops.h | 13 struct rc_instruction * If; member
|
D | r500_fragprog_emit.c | 58 int If; member
|
D | radeon_emulate_branches.c | 45 struct rc_instruction * If; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_loops.h | 13 struct rc_instruction * If; member
|
D | r500_fragprog_emit.c | 58 int If; member
|
D | radeon_emulate_branches.c | 45 struct rc_instruction * If; member
|
/external/chromium_org/v8/src/compiler/ |
D | control-builders.cc | 12 void IfBuilder::If(Node* condition) { in If() function in v8::internal::compiler::IfBuilder
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() function in PPConditionalDirectiveRecord
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 246 IfStmt *If = new (C) IfStmt(C, SourceLocation(), nullptr, UO, CS); in create_dispatch_once() local 349 Stmt *If = in create_OSAtomicCompareAndSwap() local
|
/external/chromium_org/tools/cr/cr/ |
D | config.py | 90 def If(cls, condition, true_value, false_value=''): member in Config
|
/external/llvm/lib/Target/R600/ |
D | SIAnnotateControlFlow.cpp | 58 Constant *If; member in __anon1fa303a50111::SIAnnotateControlFlow
|
D | SILowerControlFlow.cpp | 179 void SILowerControlFlowPass::If(MachineInstr &MI) { in If() function in SILowerControlFlowPass
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 279 virtual void If(SourceLocation Loc, SourceRange ConditionRange, in If() function 469 void If(SourceLocation Loc, SourceRange ConditionRange, in If() function
|
/external/chromium_org/sandbox/linux/bpf_dsl/ |
D | bpf_dsl.cc | 316 Elser If(const BoolExpr& cond, const ResultExpr& then_result) { in If() function
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 178 void StmtPrinter::PrintRawIfStmt(IfStmt *If) { in PrintRawIfStmt() 213 void StmtPrinter::VisitIfStmt(IfStmt *If) { in VisitIfStmt()
|
/external/chromium_org/third_party/jinja2/ |
D | nodes.py | 286 class If(Stmt): class
|
/external/chromium_org/v8/src/ |
D | hydrogen.h | 1493 Condition* If(HValue *p) { in If() function 1500 Condition* If(HValue* p1, P2 p2) { in If() function 1507 Condition* If(HValue* p1, P2 p2, P3 p3) { in If() function
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 642 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1542 CAMLprim LLVMValueRef llvm_build_cond_br(LLVMValueRef If, in llvm_build_cond_br() 2076 CAMLprim LLVMValueRef llvm_build_select(LLVMValueRef If, in llvm_build_select()
|