/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugEventListenerConstants.cs | 42 public const int True = 1; field in Antlr.Runtime.Debug.DebugEventListenerConstants
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugEventListenerConstants.cs | 42 public const int True = 1; field in Antlr.Runtime.Debug.DebugEventListenerConstants
|
/external/valgrind/main/tests/ |
D | arch_test.c | 22 #define True 1 macro
|
D | os_test.c | 20 #define True 1 macro
|
D | x86_amd64_features.c | 17 #define True 1 macro
|
/external/llvm/include/llvm/Analysis/ |
D | LazyValueInfo.h | 43 Unknown = -1, False = 0, True = 1 enumerator
|
/external/valgrind/main/none/tests/amd64/ |
D | pcmpxstrx64.c | 16 #define True ((Bool)1) macro 350 #define True ((Bool)1) macro
|
D | pcmpstr64.c | 16 #define True ((Bool)1) macro 1284 #define True ((Bool)1) macro
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-2.cpp | 93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True; typedef 97 typedef Cond<true, int, char>::True True; typedef
|
D | current-instantiation.cpp | 173 struct True : public Bool<true> {}; struct
|
/external/clang/test/CXX/expr/expr.const/ |
D | p3-0x.cpp | 86 …True = &a, // expected-error {{conversion from 'bool (*)(int)' to 'bool' is not allowed in a conve… enumerator
|
/external/srec/srec/include/ |
D | all_defs.h | 85 #define True ESR_TRUE /* Boolean constants */ macro
|
/external/clang/lib/AST/ |
D | ExprClassification.cpp | 517 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_basictypes.h | 81 #define True ((Bool)1) macro
|
/external/valgrind/main/coregrind/ |
D | fixup_macho_loadcmds.c | 112 #define True ((Bool)1) macro
|
/external/valgrind/main/mpi/ |
D | mpiwrap_type_test.c | 20 #define True ((Bool)1) macro
|
/external/bzip2/ |
D | bzip2recover.c | 56 #define True ((Bool)1) macro
|
/external/llvm/include/llvm/Support/ |
D | TargetFolder.h | 224 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect()
|
D | ConstantFolder.h | 207 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect()
|
D | NoFolder.h | 255 Constant *True, Constant *False) const { in CreateSelect()
|
D | IRBuilder.h | 447 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False) { in CreateCondBr()
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | bad_percentify.c | 22 #define True ((Bool)1) macro
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 2240 SDValue True = CurDAG->getTargetConstant(TrueImm, MVT::i32); in SelectT2CMOVImmOp() local 2273 SDValue True = CurDAG->getTargetConstant(TrueImm, MVT::i32); in SelectARMCMOVImmOp() local 2407 SDValue True = CurDAG->getTargetConstant(TrueImm, MVT::i32); in SelectConditionalOp() local 2462 SDValue True = CurDAG->getTargetConstant(TrueImm, MVT::i32); in SelectConditionalOp() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 569 static SDValue CreateCMovFP(SelectionDAG& DAG, SDValue Cond, SDValue True, in CreateCMovFP() 604 SDValue True = N->getOperand(1); in PerformSELECTCombine() local 1519 SDValue True = DAG.getConstant(1, MVT::i32); in LowerSETCC() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 134 | True Constructor
|