Searched defs:true (Results 76 - 100 of 276) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h56 ArgInfo(ArrayRef<Register> Regs, Type *Ty, ArrayRef<ISD::ArgFlagsTy> Flags = ArrayRef<ISD::ArgFlagsTy>(), bool IsFixed = true) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} argument
/freebsd-13-stable/contrib/jemalloc/src/
H A Dckh.c296 idalloctm(tsd_tsdn(tsd), tab, NULL, NULL, true, true); local
301 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, NULL, true, true); local
343 idalloctm(tsd_tsdn(tsd), tab, NULL, NULL, true, true); local
351 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, NULL, true, true); local
432 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, NULL, true, true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h186 explicit CXXBasePaths(bool FindAmbiguities = true, bool RecordPaths = true, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp264 printJsonImpl(raw_ostream &Out, ProgramStateRef State, const char *Name, const char *NL, unsigned int Space, bool IsDot, bool PrintEvenIfEmpty = true) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h41 #define true (bool)1 macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp236 ParseDrive(const std::string &FileName, const size_t Offset, bool Relative = true) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp94 init(ThreadState *thr, uptr pc, int fd, FdSync *s, bool write = true) argument
H A Dtsan_rtl_mutex.cpp551 rep.AddStack(StackDepotGet(stk), true); local
555 rep.AddStack(StackTrace(&dummy_pc, 1), true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h289 getOptionalDirectoryRef(StringRef DirName, bool CacheFailure = true) { argument
345 getOptionalFileRef(StringRef Filename, bool OpenFile = false, bool CacheFailure = true) argument
385 getBufferForFile(StringRef Filename, bool isVolatile = false, bool RequiresNullTerminator = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h202 Macros.emplace_back(std::string(Name), true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h216 const llvm::APSInt &getZeroWithPtrWidth(bool isUnsigned = true) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp76 Out.write_escaped(StringRef(&Ch, 1), /*UseHexEscapes=*/ true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp427 std::make_unique<LLVMLinkDiagnosticHandler>(), true); local
117 loadFile(const char *argv0, const std::string &FN, LLVMContext &Context, bool MaterializeMetadata = true) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.h79 void setHasEHReturn(bool H = true) { HasEHReturn = H; }; argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h255 std::make_unique<LTOLLVMDiagnosticHandler>(&DiagHandler), true); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp64 Ptr->printAsOperand(errs(), true, M); local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h163 Flags &SetCascades(bool value = true) { argument
176 Flags &SetSkipPointers(bool value = true) { argument
189 Flags &SetSkipReferences(bool value = true) { argument
202 Flags &SetNonCacheable(bool value = true) { argument
215 Flags &SetFrontEndWantsDereference(bool value = true) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp374 ExtractRuntimeGlobalSymbol(Process *process, ConstString name, const ModuleSP &module_sp, Status &error, bool read_value = true, uint8_t byte_size = 0, uint64_t default_value = LLDB_INVALID_ADDRESS, SymbolType sym_type = lldb::eSymbolTypeData) argument
[all...]
/freebsd-13-stable/contrib/sendmail/include/libmilter/
H A Dmfapi.h100 # define true 1 macro
/freebsd-13-stable/contrib/sendmail/src/
H A Drecipient.c1060 printaddr(sm_debug_file(), *sendq, true); local
[all...]
/freebsd-13-stable/libexec/tftpd/tests/
H A Dfunctional.c446 TFTPD_TC_DEFINE(s_flag, atf_tc_set_md_var(tc, �, �);, s_flag = true) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp411 ConstString(DBGSourcePath.c_str()), true); local
421 ConstString(source_path.GetPath().c_str()), true); local
455 ConstString(DBGSourcePath.c_str()), true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h30 explicit APSInt(uint32_t BitWidth, bool isUnsigned = true) argument
33 explicit APSInt(APInt I, bool isUnsigned = true) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h429 void setHexMode(bool Val = true) { HexMode = Val; } argument

Completed in 405 milliseconds

1234567891011>>