Searched defs:False (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h147 const Formula &True, &False; member in class:clang::dataflow::Arena
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h61 enum Tristate { Unknown = -1, False = 0, True = 1 }; enumerator in enum:llvm::LazyValueInfo::Tristate
/freebsd-current/sbin/adjkerntz/
H A Dadjkerntz.c54 #define False (0) macro
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmisc.mk17 False= ${echo false >&2:L:sh}FALSE macro
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp607 ClassifyConditional(ASTContext &Ctx, const Expr *True, const Expr *False) argument
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h56 #define False 0 macro
/freebsd-current/contrib/bzip2/
H A Dbzip2recover.c57 #define False ((Bool)0) macro
H A Dbzlib_private.h50 #define False ((Bool)0) macro
H A Dbzip2.c170 #define False ((Bool)0) macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp153 auto *False = ConstantInt::getFalse(C); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp70 Register False; member in struct:__anon2277::AMDGPUPostLegalizerCombinerImpl::FMinFMaxLegacyInfo
H A DR600ISelLowering.cpp808 SDValue False = Op.getOperand(3); local
1853 SDValue False = N->getOperand(3); local
[all...]
H A DAMDGPURegisterBankInfo.cpp143 auto False = B.buildConstant(S32, 0); local
2768 auto False = B.buildConstant(SelType, 0); local
H A DAMDGPUISelLowering.cpp4581 SDValue False = N->getOperand(2); local
1554 combineFMinMaxLegacyImpl( const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, SDValue True, SDValue False, SDValue CC, DAGCombinerInfo &DCI) const argument
1623 combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, SDValue True, SDValue False, SDValue CC, DAGCombinerInfo &DCI) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1158 emitSelect(Register Dst, Register True, Register False, AArch64CC::CondCode CC, MachineIRBuilder &MIB) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1108 Value *IRBuilderBase::CreateSelect(Value *C, Value *True, Value *False, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1245 getSelectCC(const SDLoc &DL, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode Cond) argument
/freebsd-current/contrib/one-true-awk/
H A Drun.c85 Cell *False = &falsecell; variable
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2796 SDValue False = N->getOperand(2); local
2838 SDValue False = N->getOperand(3); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp72 Value *False = EvaluateInDifferentType(I->getOperand(2), Ty, isSigned); local
H A DInstructionCombining.cpp1277 Value *Cond, *True = nullptr, *False = nullptr; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp659 createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, SDValue False, const SDLoc &DL) argument
2076 SDValue False = DAG.getConstant(0, DL, MVT::i32); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1114 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
1123 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2647 True, False, Ambiguous, Error member in class:clang::TPResult
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3986 Value *False = Sel->getFalseValue(); local

Completed in 911 milliseconds

12