Searched defs:false (Results 1 - 25 of 211) sorted by relevance

123456789

/freebsd-10.3-release/include/
H A Dstdbool.h34 #define false 0 macro
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstdbool.h33 #define false 0 macro
38 #define false false macro
/freebsd-10.3-release/contrib/gcc/ginclude/
H A Dstdbool.h38 #define false 0 macro
45 #define false false macro
/freebsd-10.3-release/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_match.c65 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1100), false); /* mismatch */ local
68 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1234), false); /* not uuid */ local
75 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1234), false); /* mismatch */ local
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp34 inheritsFrom(InstructionContext child, InstructionContext parent, bool VEX_LIG = false) argument
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h119 SplitCriticalEdge(BasicBlock *Src, BasicBlock *Dst, Pass *P = 0, bool MergeIdenticalEdges = false, bool DontDeleteUselessPHIs = false) argument
H A DLocal.h187 EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &TD, User *GEP, bool NoAssumptions = false) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DPythonPointer.h29 PythonPointer(element_type p, bool steal_ref = false) : argument
37 PythonPointer(const PythonPointer& r, bool steal_ref = false) : argument
/freebsd-10.3-release/contrib/sendmail/include/sm/
H A Dgen.h59 # define false 0 macro
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DSparseBitVector.h437 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, bool end = false) argument
[all...]
H A DStringExtras.h26 static inline char hexdigit(unsigned X, bool LowerCase = false) { argument
72 static inline std::string utostr_32(uint32_t X, bool isNeg = false) { argument
88 static inline std::string utostr(uint64_t X, bool isNeg = false) { argument
/freebsd-10.3-release/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h52 #undef false macro
55 #define false 0 macro
/freebsd-10.3-release/contrib/ldns/ldns/
H A Dcommon.h51 # define false 0 macro
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DPlistReporter.cpp45 EmitLocation(raw_ostream& o, const SourceManager &SM, const LangOptions &LangOpts, SourceLocation L, const FIDMap &FM, unsigned indent, bool extend = false) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DVTTBuilder.cpp36 /*BaseIsVirtual=*/false); local
74 LayoutVTT(BaseSubobject(BaseDecl, BaseOffset), /*BaseIsVirtual=*/false); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatStringParsing.h55 SpecifierResult(bool stop = false) argument
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachORelocation.h47 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, bool ext, uint8_t type, bool scattered = false, int32_t value = 0) argument
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DFormattedStream.h87 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) argument
101 void setStream(raw_ostream &Stream, bool Delete = false) { argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h80 SetImmediateOutputFile (FILE *fh, bool transfer_fh_ownership = false) argument
87 SetImmediateErrorFile (FILE *fh, bool transfer_fh_ownership = false) argument
H A DOptionValueArray.h26 OptionValueArray (uint32_t type_mask = UINT32_MAX, bool raw_value_dump = false) : argument
/freebsd-10.3-release/contrib/xz/src/common/
H A Dsysdefs.h149 # define false 0 macro
/freebsd-10.3-release/contrib/sendmail/libmilter/
H A Dexample.c29 # define false 0 macro
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSink.cpp262 WriteAsOperand(dbgs(), Inst->getParent(), false); local
264 WriteAsOperand(dbgs(), SuccToSinkTo, false); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DCharInfo.h49 isIdentifierHead(unsigned char c, bool AllowDollar = false) argument
59 isIdentifierBody(unsigned char c, bool AllowDollar = false) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendActions.h109 explicit GenerateModuleAction(bool IsSystem = false) argument

Completed in 261 milliseconds

123456789