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

1234567891011>>

/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dcond-late.mk
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dstdbool.h33 #undef false macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DEarlyCSE.h31 EarlyCSEPass(bool UseMemorySSA = false) : UseMemorySSA(UseMemorySSA) {} argument
H A DSimpleLoopUnswitch.h66 SimpleLoopUnswitchPass(bool NonTrivial = false) : NonTrivial(NonTrivial) {} argument
H A DMergedLoadStoreMotion.h32 MergedLoadStoreMotionOptions(bool SplitFooterBB = false) argument
/freebsd-12-stable/include/
H A Dstdbool.h36 #define false 0 macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdbool.h17 #define false 0 macro
24 #define false false macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h27 SampleProfileLoaderPass(std::string File = �, std::string RemappingFile = �, bool IsThinLTOPreLink = false) argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.h28 TraceConverter(FuncIdConversionHelper &FuncIdHelper, bool Symbolize = false) argument
/freebsd-12-stable/contrib/gcc/ginclude/
H A Dstdbool.h38 #define false 0 macro
45 #define false false macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DResetMachineFunctionPass.cpp42 ResetMachineFunction(bool EmitFallbackDiag = false, argument
87 llvm::createResetMachineFunctionPass(bool EmitFallbackDiag = false, argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h64 BitcodeWriterPass(raw_ostream &OS, bool ShouldPreserveUseListOrder = false, bool EmitSummaryIndex = false, bool EmitModuleHash = false) argument
/freebsd-12-stable/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-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h235 void removeMemoryAccess(const Instruction *I, bool OptimizePhis = false) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h30 NonRelocatableStringpool( std::function<StringRef(StringRef Input)> Translator = nullptr, bool PutEmptyString = false) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h44 DIPrinter(raw_ostream &OS, bool PrintFunctionNames = true, bool PrintPretty = false, int PrintSourceContext = 0, bool Verbose = false, bool Basenames = false, OutputStyle Style = OutputStyle::LLVM) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp192 /*Exclude=*/0, /*ShowAllAliases=*/false); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h49 PGOInstrumentationGen(bool IsCS = false) : IsCS(IsCS) {} argument
75 PGOIndirectCallPromotion(bool IsInLTO = false, bool SamplePGO = false) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp96 static void writeCFGToDotFile(Function &F, bool CFGOnly = false) { argument
H A DCallPrinter.cpp26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp40 AMDGPUAlwaysInline(bool GlobalOpt = false) : argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DRenderingSupport.h49 colored_ostream(raw_ostream &OS, raw_ostream::Colors Color, bool IsColorUsed = true, bool Bold = false, bool BG = false) argument
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp75 inheritsFrom(InstructionContext child, InstructionContext parent, bool noPrefix = true, bool VEX_LIG = false, bool VEX_WIG = false, bool AdSize64 = false) argument
[all...]
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dgen.h59 # define false 0 macro
/freebsd-12-stable/usr.bin/sdiotool/
H A Dlinux_compat.h45 #define false 0 macro

Completed in 2071 milliseconds

1234567891011>>