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

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionPrinter.h32 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DDDGPrinter.h42 DOTGraphTraits(bool IsSimple = false) : DefaultDOTGraphTraits(IsSimple) {} argument
/freebsd-current/include/
H A Dstdbool.h34 #define false 0 macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h37 inline char hexdigit(unsigned X, bool LowerCase = false) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DEarlyCSE.h31 EarlyCSEPass(bool UseMemorySSA = false) : UseMemorySSA(UseMemorySSA) {} argument
H A DSeparateConstOffsetFromGEP.h21 SeparateConstOffsetFromGEPPass(bool LowerGEP = false) : LowerGEP(LowerGEP) {} argument
H A DLowerMatrixIntrinsics.h24 LowerMatrixIntrinsicsPass(bool Minimal = false) : Minimal(Minimal) {} argument
H A DSimpleLoopUnswitch.h71 SimpleLoopUnswitchPass(bool NonTrivial = false, bool Trivial = true) argument
H A DMergedLoadStoreMotion.h33 MergedLoadStoreMotionOptions(bool SplitFooterBB = false) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DVectorCombine.h29 VectorCombinePass(bool TryEarlyFoldsOnly = false) argument
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-late.mk
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dstdbool.h35 # undef false macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHPrepare.h20 WinEHPreparePass(bool DemoteCatchSwitchPHIOnly_ = false) argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.h28 TraceConverter(FuncIdConversionHelper &FuncIdHelper, bool Symbolize = false) argument
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dstdbool.h22 #define false 0 macro
29 #define false false macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroSplit.h28 CoroSplitPass(std::function<bool(Instruction &)> MaterializableCallback, bool OptimizeFrame = false) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionAttrs.h50 PostOrderFunctionAttrsPass(bool SkipNonRecursive = false) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dcpu_model.h18 #define false 0 macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h33 InstrProfilingLoweringPass(const InstrProfOptions &Options, bool IsCS = false) argument
/freebsd-current/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-current/contrib/unifdef/win32/
H A Dunifdef.h49 #define false 0 macro
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DResetMachineFunctionPass.cpp43 ResetMachineFunction(bool EmitFallbackDiag = false, argument
94 llvm::createResetMachineFunctionPass(bool EmitFallbackDiag = false, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp154 const Module *unwrapModule(Any IR, bool Force = false) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h55 BitcodeWriterPass(raw_ostream &OS, bool ShouldPreserveUseListOrder = false, bool EmitSummaryIndex = false, bool EmitModuleHash = false) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordVisitor.h37 SymbolConverter(SymbolSet *Symbols, const Target &T, const bool RecordUndefs = false) argument

Completed in 206 milliseconds

1234567891011>>