Searched defs:true (Results 126 - 150 of 276) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp282 ReenterTemplateScopeRAII(Parser &P, Decl *MaybeTemplated, bool Enter = true) argument
1123 Self.PP.EnterTokenStream(std::move(Buffer), Toks.size(), true, local
1124 /*IsReinject*/ true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h166 Requirement(RequirementKind Kind, bool IsDependent, bool ContainsUnexpandedParameterPack, bool IsSatisfied = true) argument
H A DStmtCXX.h490 void setIsImplicit(bool value = true) { IsImplicit = value; } argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp370 Compilation->getJobs().Print(llvm::errs(), "\n", true); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h149 void setIsBuiltinMacro(bool Val = true) { IsBuiltinMacro = Val; } argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h52 SuppressAccessChecks(Parser &P, bool activate = true) argument
274 ColonProtectionRAIIObject(Parser &p, bool Value = true) argument
297 ParsingOpenMPDirectiveRAII(Parser &P, bool Value = true) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h273 NodeBuilder(ExplodedNode *SrcNode, ExplodedNodeSet &DstSet, const NodeBuilderContext &Ctx, bool F = true) argument
279 NodeBuilder(const ExplodedNodeSet &SrcSet, ExplodedNodeSet &DstSet, const NodeBuilderContext &Ctx, bool F = true) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp326 true); local
416 true); local
960 true); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp249 {"elf64-x86-64", {ELF::EM_X86_64, true, true}}, variable
255 {"elf64-aarch64", {ELF::EM_AARCH64, true, true}}, variable
256 {"elf64-littleaarch64", {ELF::EM_AARCH64, true, true}}, variable
259 {"elf64-littleriscv", {ELF::EM_RISCV, true, true}}, variable
263 {"elf64-powerpc", {ELF::EM_PPC64, true, false}}, variable
264 {"elf64-powerpcle", {ELF::EM_PPC64, true, true}}, variable
271 {"elf64-tradbigmips", {ELF::EM_MIPS, true, false}}, variable
272 {"elf64-tradlittlemips", {ELF::EM_MIPS, true, true}}, variable
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp1160 setElemTraceRange(outElem(), addr_range, true, pElem->getRootIndex()); local
1276 setElemTraceRange(outElem(), addr_range, true, excep_pkt_index); local
1287 setElemTraceRange(outElem(), addr_range, true, excep_pkt_index); local
1428 setElemTraceRange(outElem(), addr_range, true, pQElem->getRootIndex()); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h216 void setAllowReassoc(bool B = true) { argument
219 void setNoNaNs(bool B = true) { argument
222 void setNoInfs(bool B = true) { argument
225 void setNoSignedZeros(bool B = true) { argument
228 void setAllowReciprocal(bool B = true) { argument
231 void setAllowContract(bool B = true) { argument
234 void setApproxFunc(bool B = true) { argument
237 void setFast(bool B = true) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h327 virtual void AddComment(const Twine &T, bool EOL = true) {} argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DInterfaceFile.h248 void setTwoLevelNamespace(bool V = true) { IsTwoLevelNamespace = V; } argument
254 void setApplicationExtensionSafe(bool V = true) { IsAppExtensionSafe = V; } argument
268 void setInstallAPI(bool V = true) { IsInstallAPI = V; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp130 SIMemOpInfo(AtomicOrdering Ordering = AtomicOrdering::SequentiallyConsistent, SIAtomicScope Scope = SIAtomicScope::SYSTEM, SIAtomicAddrSpace OrderingAddrSpace = SIAtomicAddrSpace::ATOMIC, SIAtomicAddrSpace InstrAddrSpace = SIAtomicAddrSpace::ALL, bool IsCrossAddressSpaceOrdering = true, AtomicOrdering FailureOrdering = AtomicOrdering::SequentiallyConsistent, bool IsNonTemporal = false) argument
[all...]
H A DSIShrinkInstructions.cpp71 foldImmediates(MachineInstr &MI, const SIInstrInfo *TII, MachineRegisterInfo &MRI, bool TryToCommute = true) argument
[all...]
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_osdep.h92 #define true 1 macro
/freebsd-13-stable/usr.bin/indent/
H A Dindent_globs.h49 #define true 1 macro
[all...]
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_ctx.c879 true); local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h109 # define true 1 macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h985 Factory(bool canonicalize = true) argument
988 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h431 void setIsEHPad(bool V = true) { IsEHPad = V; } argument
441 setIsEHScopeEntry(bool V = true) argument
447 setIsEHFuncletEntry(bool V = true) argument
453 setIsCleanupFuncletEntry(bool V = true) argument
461 setIsBeginSection(bool V = true) argument
463 setIsEndSection(bool V = true) argument
488 setIsInlineAsmBrIndirectTarget(bool V = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp155 /*DisableMacroExpansion*/ true, local
156 /*IsReinject*/ true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp465 BadSpecifier(T TNew, T TPrev, const char *&PrevSpec, unsigned &DiagID, bool IsExtension = true) argument
[all...]
H A DSemaInit.cpp378 diagnoseInitOverride(Expr *OldInit, SourceRange NewInitRange, bool FullyOverwritten = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h417 PrettyPrinter(bool V = false, bool C = true, bool CS = true) argument
685 printApply(cast<Apply>(F), SS, true); local
734 self()->printApply(cast<Apply>(T), SS, true); local
[all...]

Completed in 313 milliseconds

1234567891011>>