Home
last modified time | relevance | path

Searched defs:True (Results 1 – 25 of 52) sorted by relevance

123

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum12.C3 enum Bool { False, True }; enumerator
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.h31 enum class Kind { String, Number, True, False, Null, Object, Array }; enumerator
280 True, enumerator
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h61 Unknown = -1, False = 0, True = 1 enumerator
H A DInstSimplifyFolder.h84 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
H A DTargetFolder.h131 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp597 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
/openbsd/regress/lib/libssl/tlsfuzzer/
H A Dtlsfuzzer.py44 def args(self, has_tls1_3: True):
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DNoFolder.h82 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
H A DConstantFolder.h121 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
H A DIRBuilder.h1044 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, in CreateCondBr()
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dformatter_int.bench.cpp59 enum class LocalizationE { False, True }; enumerator
H A Dformatter_float.bench.cpp19 enum class LocalizationE { False, True }; enumerator
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp49 Register True; member
H A DR600ISelLowering.cpp809 SDValue True = Op.getOperand(2); in LowerSELECT_CC() local
1858 SDValue True = N->getOperand(2); in PerformDAGCombine() local
H A DAMDGPURegisterBankInfo.cpp135 auto True = B.buildConstant(S32, Opc == AMDGPU::G_SEXT ? -1 : 1); in applyBank() local
2632 auto True = B.buildConstant(SelType, Signed ? -1 : 1); in applyMappingImpl() local
/openbsd/usr.bin/make/
H A Dcond.c95 False = 0, True = 1, And, Or, Not, LParen, RParen, EndOfFile, None, Err enumerator
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp156 ConstantInt *True = Builder.getTrue(); in generateUnsignedDivisionCode() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp356 ConstantInt *True = Builder.getTrue(); in expandIToFP() local
H A DRDFGraph.cpp526 static auto True = [] (NodeAddr<NodeBase*>) -> bool { return true; }; in members() local
/openbsd/usr.sbin/ypserv/ypserv/
H A Dypserv_proc.c55 static char *True = "true"; variable
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp646 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, in createCMovFP()
690 SDValue True = N->getOperand(1); in performSELECTCombine() local
701 SDValue True = N->getOperand(1); in performSELECTCombine() local
2068 SDValue True = DAG.getConstant(1, DL, MVT::i32); in lowerSETCC() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp822 auto *True = ConstantInt::getTrue(M.getContext()); in updatePublicTypeTestCalls() local
2073 auto True = ConstantInt::getTrue(M.getContext()); in removeRedundantTypeTests() local
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2797 SDValue True = N->getOperand(1); in combineSelect() local
2839 SDValue True = N->getOperand(2); in combineSelectCC() local
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml174 | True Constructor
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib_private.h49 #define True ((Bool)1) macro

123