Searched defs:true (Results 101 - 125 of 276) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h176 CallLoweringInfo &setTailCall(bool Value = true) { argument
181 CallLoweringInfo &setIsPatchPoint(bool Value = true) { argument
[all...]
H A DTargetFrameLowering.h75 TargetFrameLowering(StackDirection D, Align StackAl, int LAO, Align TransAl = Align(1), bool StackReal = true) argument
[all...]
H A DTargetPassConfig.h179 void setRequiresCodeGenSCCOrder(bool Enable = true) { argument
[all...]
H A DMachineOperand.h488 void setIsUse(bool Val = true) { setIsDef(!Val); } argument
493 void setImplicit(bool Val = true) { argument
498 void setIsKill(bool Val = true) { argument
504 void setIsDead(bool Val = true) { argument
509 void setIsUndef(bool Val = true) { argument
516 void setIsInternalRead(bool Val = true) { argument
521 setIsEarlyClobber(bool Val = true) argument
526 setIsDebug(bool Val = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h254 MBBInsertPoint(MachineBasicBlock &MBB, bool Beginning = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp938 /*AfterAmpersand=*/true); variable
[all...]
/freebsd-13-stable/contrib/jemalloc/src/
H A Dtcache.c556 idalloctm(tsd_tsdn(tsd), avail_array, NULL, NULL, true, true); local
559 idalloctm(tsd_tsdn(tsd), tcache, NULL, NULL, true, true); local
574 arena_decay(tsd_tsdn(tsd), arena, false, true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h206 explicit AddressDescription(uptr addr, bool shouldLockThreadRegistry = true) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp146 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp284 (void) getBlockId(cast<BlockDecl>(DC), true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp188 isConfigurationValue(const Stmt *S, Preprocessor &PP, SourceRange *SilenceableCondVal = nullptr, bool IncludeIntegers = true, bool WrappedInParens = false) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp203 printModuleId(raw_ostream &OS, InputIter Begin, InputIter End, bool AllowStringLiterals = true) argument
[all...]
/freebsd-13-stable/sys/dev/cxgbe/
H A Dosdep.h83 #define true TRUE macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h93 void setLoad(bool f = true) { Load = f; } argument
94 void setStore(bool f = true) { Store = f; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h300 addPassesToEmitFile(PassManagerBase &, raw_pwrite_stream &, raw_pwrite_stream *, CodeGenFileType, bool = true, MachineModuleInfoWrapperPass *MMIWP = nullptr) argument
312 addPassesToEmitMC(PassManagerBase &, MCContext *&, raw_pwrite_stream &, bool = true) argument
[all...]
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.h121 #define true 1 macro
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h82 Flags &SetCascades(bool value = true) { argument
95 Flags &SetSkipPointers(bool value = true) { argument
108 Flags &SetSkipReferences(bool value = true) { argument
121 Flags &SetDontShowChildren(bool value = true) { argument
134 Flags &SetHideEmptyAggregates(bool value = true) { argument
147 Flags &SetDontShowValue(bool value = true) { argument
160 Flags &SetShowMembersOneLiner(bool value = true) { argument
173 Flags &SetHideItemNames(bool value = true) { argument
186 Flags &SetNonCacheable(bool value = true) { argument
/freebsd-13-stable/sbin/mdmfs/
H A Dmdmfs.c61 typedef enum { false, true } bool; enumerator in enum:__anon7871
[all...]
/freebsd-13-stable/lib/libnv/tests/
H A Dnv_tests.cc114 ATF_REQUIRE_EQ(nvlist_get_bool(nvl, key), true); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h159 GetScratch(Target &target, bool create_on_demand = true) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h527 print(dbgs(), true, getDepth(), RegionInfoBase<Tr>::printStyle); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h381 DWARFDie getUnitDIE(bool ExtractUnitDIEOnly = true) { argument
388 DWARFDie getNonSkeletonUnitDIE(bool ExtractUnitDIEOnly = true) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h464 void DisableLazyCompilation(bool Disabled = true) { argument
474 void DisableGVCompilation(bool Disabled = true) { argument
484 void DisableSymbolSearching(bool Disabled = true) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h284 LegacyCompileOnDemandLayer( ORCv1DeprecationAcknowledgement, ExecutionSession &ES, BaseLayerT &BaseLayer, SymbolResolverGetter GetSymbolResolver, SymbolResolverSetter SetSymbolResolver, PartitioningFtor Partition, CompileCallbackMgrT &CallbackMgr, IndirectStubsManagerBuilderT CreateIndirectStubsManager, bool CloneStubsIntoPartitions = true) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp815 EnterTokenStream(std::move(Toks), 1, true, /*IsReinject*/ false); local
[all...]

Completed in 296 milliseconds

1234567891011>>