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

12

/external/valgrind/main/tests/
H A Darch_test.c21 #define False 0 macro
66 return False;
H A Dos_test.c18 #define False 0 macro
44 return False;
H A Dx86_amd64_features.c16 #define False 0 macro
48 Bool require_amd = False;
/external/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h41 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate
/external/llvm/unittests/VMCore/
H A DVerifierTest.cpp36 Constant *False = ConstantInt::getFalse(C); local
37 BranchInst *BI = BranchInst::Create(Exit, Exit, False, Entry);
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime_internal.h52 #undef False macro
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime_internal.h52 #undef False macro
/external/chromium/chrome/browser/chromeos/
H A Dwm_ipc.cc114 False, // propagate local
182 False, // only_if_exists local
/external/clang/lib/AST/
H A DExprClassification.cpp501 const Expr *False) {
508 if (True->getType()->isVoidType() || False->getType()->isVoidType())
517 RCl = ClassifyInternal(Ctx, False);
500 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/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h82 #define False ((Bool)0) macro
88 Int r = (x == 0) ? False : True;
/external/srec/srec/include/
H A Dall_defs.h86 #define False ESR_FALSE macro
/external/valgrind/main/mpi/
H A Dmpiwrap_type_test.c19 #define False ((Bool)0) macro
281 TRY(False, MPI_FLOAT_INT, "FLOAT_INT");
282 TRY(False, MPI_DOUBLE_INT, "DOUBLE_INT");
283 TRY(False, MPI_LONG_INT, "LONG_INT");
284 TRY(False, MPI_SHORT_INT, "SHORT_INT");
285 TRY(False, MPI_2INT, "2INT");
286 TRY(False, MPI_LONG_DOUBLE_INT, "LONG_DOUBLE_INT");
291 TRY(False, MPI_REAL8, "REAL8");
294 TRY(False, MPI_REAL4, "REAL4");
297 TRY(False, MPI_INTEGER
[all...]
H A Dlibmpiwrap.c148 #define False ((Bool)0) macro
180 static Bool opt_help = False;
181 static Bool opt_initkludge = False;
424 return False;
444 False. */
451 return False;
1243 sReqs[i].inUse = False;
1347 (when error_in_status == False, then we expect not to get
1455 maybe_complete(False/*err in status?*/,
1486 maybe_complete(False/*er
[all...]
/external/bzip2/
H A Dbzip2recover.c57 #define False ((Bool)0) macro
264 if (n <= 4) return False;
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 Dbzlib_private.h50 #define False ((Bool)0) macro
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h578 SDValue True, SDValue False, ISD::CondCode Cond) {
580 LHS, RHS, True, False, getCondCode(Cond));
577 getSelectCC(DebugLoc DL, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode Cond) argument
/external/webkit/Source/WebCore/plugins/gtk/
H A Dgtk2xtbin.c668 XSync(xtclient->xtdisplay, False);
690 Atom infoAtom = XInternAtom(XtDisplay(xtplug), "_XEMBED_INFO", False);
752 False, NoEventMask, local
754 XSync( XtDisplay(xtplug->child_widget), False);
773 "_XEMBED", False)) {
817 xevent.xclient.message_type = XInternAtom(dpy,"_XEMBED",False);
826 XSendEvent (dpy, w, False, NoEventMask, &xevent);
827 XSync (dpy,False);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp202 Value *False = EvaluateInDifferentType(I->getOperand(2), Ty, isSigned); local
203 Res = SelectInst::Create(I->getOperand(0), True, False);
/external/valgrind/main/cachegrind/
H A Dcg_merge.c47 #define False ((Bool)0) macro
159 // True if anything read, False if at EOF
457 return False; /* end of string, or junk */
530 return False;
1065 oldV->b = False;
1081 case 1: return False;
1098 return False;
1102 return False;
1114 case -1: return False;
1131 return False;
[all...]
/external/clang/include/clang/Parse/
H A DParser.h1711 static TPResult False() { return TPR_false; } function in class:clang::Parser::TPResult
1732 /// declaration specifier, TPResult::False() if it is not,
1741 // Returning TPResult::True()/False() indicates that the ambiguity was
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml118 | False Constructor in type:Fcmp/t
/external/llvm/include/llvm/Support/
H A DIRBuilder.h432 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False) { argument
433 return Insert(BranchInst::Create(True, False, Cond));
1151 Value *CreateSelect(Value *C, Value *True, Value *False, argument
1155 if (Constant *FC = dyn_cast<Constant>(False))
1157 return Insert(SelectInst::Create(C, True, False), Name);

Completed in 480 milliseconds

12