Searched defs:true (Results 51 - 75 of 276) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_inl.h123 MemoryAccessRange(cur_thread(), CALLERPC, (uptr)addr, size, true); local
131 MemoryAccessRange(cur_thread(), (uptr)pc, (uptr)addr, size, true); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h70 void enable(llvm::StringRef Ext, bool V = true) { argument
78 void support(llvm::StringRef Ext, bool V = true) { argument
117 void supportAll(bool On = true) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp250 CFGSimplifyPass(unsigned Threshold = 1, bool ForwardSwitchCond = false, bool ConvertSwitch = false, bool KeepLoops = true, bool SinkCommon = false, std::function<bool(const Function &)> Ftor = nullptr) argument
289 .setFoldTwoEntryPHINode(true); variable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp70 getStatString(const char *Msg, int32_t Fraction, int32_t All, const char *PercentageOfMsg, bool LineEnd = true) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp162 demangleLine(llvm::outs(), Mangled, true); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp184 emitBundleLock(true); variable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h105 const AsmToken peekTok(bool ShouldSkipSpace = true) { argument
H A DMCAsmParserExtension.h93 bool parseMany(function_ref<bool()> parseOne, bool hasComma = true) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h222 void enableTranscription(bool Enable = true) { argument
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c53 #undef true macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { argument
/freebsd-13-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_get.c76 ATF_REQUIRE_EQ(sdp_get_seq(&value, &seq), true); local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h99 GetCategory(const char *category_name = nullptr, bool can_create = true) argument
131 AnyMatches(ConstString type_name, TypeCategoryImpl::FormatCategoryItems items = TypeCategoryImpl::ALL_ITEM_TYPES, bool only_enabled = true, const char **matching_category = nullptr, TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) argument
H A DTypeFormat.h55 Flags &SetCascades(bool value = true) { argument
68 Flags &SetSkipPointers(bool value = true) { argument
81 Flags &SetSkipReferences(bool value = true) { argument
94 Flags &SetNonCacheable(bool value = true) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h77 AppendMessage(llvm::StringRef message, bool precede_with_newline = true) argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAnsiTerminal.h66 FormatAnsiTerminalCodes(llvm::StringRef format, bool do_color = true) argument
/freebsd-13-stable/contrib/sendmail/src/
H A Denvelope.c199 printaddr(sm_debug_file(), e->e_sendqueue, true); local
[all...]
H A Dsavemail.c528 printaddr(sm_debug_file(), returnq, true); local
532 printaddr(sm_debug_file(), e->e_sendqueue, true); local
[all...]
/freebsd-13-stable/lib/libnv/tests/
H A Ddnv_tests.cc65 ATF_REQUIRE_EQ(dnvlist_get_bool(nvl, "123", true), true); local
69 ATF_REQUIRE_EQ(dnvlist_get_bool(nvl, "otherkey", true), true); local
308 ATF_REQUIRE_EQ(dnvlist_take_bool(nvl, "otherkey", true), true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h226 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; } argument
229 void setVectorizeEnable(bool Enable = true) { argument
235 void setDistributeState(bool Enable = true) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h463 SetIsDone(true); variable
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp180 info.SetArguments(const_cast<const char **>(argv), true); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h87 Factory(bool canonicalize = true) : Canonicalize(canonicalize) {} argument
89 Factory(BumpPtrAllocator &Alloc, bool canonicalize = true) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h127 MergeOptions &setMayIncludeUndef(bool V = true) { argument
132 MergeOptions &setCheckWiden(bool V = true) { argument
[all...]
H A DValueTracking.h275 GetPointerBaseWithConstantOffset(Value *Ptr, int64_t &Offset, const DataLayout &DL, bool AllowNonInbounds = true) argument
286 GetPointerBaseWithConstantOffset(const Value *Ptr, int64_t &Offset, const DataLayout &DL, bool AllowNonInbounds = true) argument
[all...]

Completed in 131 milliseconds

1234567891011>>