Searched defs:False (Results 1 - 25 of 78) sorted by path

1234

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventListenerConstants.cs43 public const int False = 0; field in class:Antlr.Runtime.Debug.DebugEventListenerConstants
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventListenerConstants.cs43 public const int False = 0; field in class:Antlr.Runtime.Debug.DebugEventListenerConstants
/external/bzip2/
H A Dbzip2.c170 #define False ((Bool)0) macro
323 return False;
535 return False;
617 return False;
623 return False;
629 return False;
988 if (MY_S_ISREG(statBuf.st_mode)) return False;
1089 return False;
1096 return False;
1114 if (ns < nx) return False;
[all...]
H A Dbzip2recover.c57 #define False ((Bool)0) macro
264 if (n <= 4) return False;
H A Dbzlib_private.h50 #define False ((Bool)0) macro
/external/clang/include/clang/Parse/
H A DParser.h1972 True, False, Ambiguous, Error member in class:clang::Parser::TPResult
1988 /// declaration specifier, TPResult::False if it is not,
1995 isCXXDeclarationSpecifier(TPResult BracedCastResult = TPResult::False,
2010 // Returning TPResult::True/False indicates that the ambiguity was
/external/clang/lib/AST/
H A DExprClassification.cpp550 const Expr *False) {
557 if (True->getType()->isVoidType() || False->getType()->isVoidType()) {
562 bool FalseIsThrow = isa<CXXThrowExpr>(False->IgnoreParenImpCasts());
563 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False)
577 RCl = ClassifyInternal(Ctx, False);
549 ClassifyConditional(ASTContext &Ctx, const Expr *True, const Expr *False) argument
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp174 struct False : public Bool<false> {}; struct in namespace:Expressions
177 struct Is_Same : public False {};
H A Dinstantiate-expr-2.cpp94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False; typedef in struct:N6::Cond
98 typedef Cond<true, int, char>::False False; typedef in namespace:N6
101 Lookup<1> const &L1(False());
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DMetaDataComplete.java21 public enum MetaDataComplete {NotSet, True, False} enum constant in enum:MetaDataComplete
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml130 | False Constructor in type:Fcmp/t
/external/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h46 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h754 SDValue True, SDValue False, ISD::CondCode Cond) {
756 LHS, RHS, True, False, getCondCode(Cond));
753 getSelectCC(SDLoc DL, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode Cond) argument
/external/llvm/include/llvm/IR/
H A DIRBuilder.h644 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
647 return Insert(addBranchMetadata(BranchInst::Create(True, False, Cond),
1557 Value *CreateSelect(Value *C, Value *True, Value *False, argument
1561 if (Constant *FC = dyn_cast<Constant>(False))
1563 return Insert(SelectInst::Create(C, True, False), Name);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4981 SDValue True, SDValue False,
4984 if (!(LHS == True && RHS == False) && !(LHS == False && RHS == True))
4980 combineMinNumMaxNum(SDLoc DL, EVT VT, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode CC, const TargetLowering &TLI, SelectionDAG &DAG) argument
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1089 SDValue False,
1095 if (!(LHS == True && RHS == False) && !(LHS == False && RHS == True))
2483 SDValue False = N->getOperand(2); local
2486 return CombineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI);
1084 CombineFMinMaxLegacy(SDLoc DL, EVT VT, SDValue LHS, SDValue RHS, SDValue True, SDValue False, SDValue CC, DAGCombinerInfo &DCI) const argument
H A DR600ISelLowering.cpp1123 SDValue False = Op.getOperand(3); local
1129 SDValue MinMax = CombineFMinMaxLegacy(DL, VT, LHS, RHS, True, False, CC, DCI);
1148 // Move hardware True/False values to the correct operand.
1152 if (isHWTrueValue(False) && isHWFalseValue(True)) {
1154 std::swap(False, True);
1159 std::swap(False, True);
1166 if (isHWTrueValue(True) && isHWFalseValue(False) &&
1169 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
1195 std::swap(True, False);
1206 // Bitcast True / False t
1972 SDValue False = N->getOperand(3); local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3489 SDValue False; local
3492 False = SelectFalse;
3495 False = SelectTrue;
3498 if (True.getNode() && False.getNode()) {
3504 return getCMOV(dl, VT, True, False, ARMcc, CCR, Cmp, DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp571 SDValue False, SDLoc DL) {
577 True.getValueType(), True, FCC0, False, Cond);
592 SDValue False = N->getOperand(2);
593 EVT FalseTy = False.getValueType();
598 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(False);
600 // If the RHS (False) is 0, we swap the order of the operands
619 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True);
642 return DAG.getNode(ISD::ADD, DL, SetCC.getValueType(), SetCC, False);
671 // Since RHS (False) is 0, we swap the order of the True/False operand
570 createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, SDValue False, SDLoc DL) argument
1674 SDValue False = DAG.getConstant(0, DL, MVT::i32); local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp447 // If Dest BasicBlock is False-BasicBlock (FBB), swap branch weight,
3349 False = cast<ConstantSDNode>(FalseRes)->getZExtValue(); local
3350 if (!isInt<16>(True) || !isInt<16>(False))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp206 Value *False = EvaluateInDifferentType(I->getOperand(2), Ty, isSigned); local
207 Res = SelectInst::Create(I->getOperand(0), True, False);
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2304 Value *False = vectorizeTree(FalseVec); local
2309 Value *V = Builder.CreateSelect(Cond, True, False);
/external/llvm/unittests/IR/
H A DVerifierTest.cpp36 Constant *False = ConstantInt::getFalse(C); local
37 BranchInst *BI = BranchInst::Create(Exit, Exit, False, Entry);
/external/lzma/C/
H A D7zTypes.h98 #define False 0 macro

Completed in 1159 milliseconds

1234