| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Availability.cpp | 71 if (isDefault() && Other.isDefault()) in mergeWith()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_color.c | 579 bool isDefault = FALSE; in _nc_init_pair() local 590 isDefault = TRUE; in _nc_init_pair() 597 isDefault = TRUE; in _nc_init_pair() 614 if (isDefault && !wasDefault) { in _nc_init_pair() 616 } else if (wasDefault && !isDefault) { in _nc_init_pair()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileUtils.cpp | 36 if (M.getDataLayout().isDefault()) in operator ()()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 94 bit isDefault = false; 132 bit isDefault = false; 229 bit isDefault = false;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Availability.h | 77 bool isDefault() const { return *this == AvailabilityInfo(); } in isDefault() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | MultilibBuilder.h | 88 bool isDefault() const { in isDefault() function
|
| H A D | Multilib.h | 92 bool isDefault() const in isDefault() function
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.cpp | 229 bool isDefault = (verstr[0] == '@'); in parseSymbolVersion() local 230 if (isDefault) in parseSymbolVersion() 237 if (isDefault) in parseSymbolVersion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/ |
| H A D | ACC.td | 90 def ACC_Default_none : EnumVal<"none", 1, 1> { let isDefault = 1; } 270 let isDefault = true; 665 let isDefault = true;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 83 def OMP_BIND_thread : EnumVal<"thread",3,1> { let isDefault = true; } 100 let isDefault = 1; 216 def OMP_GRAINSIZE_Unknown : EnumVal<"unknown", 2, 0> { let isDefault = 1; } 290 let isDefault = 1; 344 def OMP_NUMTASKS_Unknown : EnumVal<"unknown", 2, 0> { let isDefault = 1; } 359 def OMP_NUMTHREADS_Unknown : EnumVal<"unknown", 2, 0> { let isDefault = 1; } 380 def OMP_ORDER_unknown : EnumVal<"unknown",2,0> { let isDefault = 1; } 422 def OMP_PROC_BIND_unknown : EnumVal<"unknown",7,0> { let isDefault = true; } 461 def OMP_SCHEDULE_Default : EnumVal<"default", 7, 0> { let isDefault = 1; } 531 let isDefault = true; [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | RuntimeLibcallsEmitter.cpp | 171 bool isDefault() const { return TheDef->getValueAsBit("IsDefault"); } in isDefault() function in __anonf9119db00211::RuntimeLibcallImpl 252 if (LibCallImpl.isDefault()) { in RuntimeLibcallEmitter()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Fuchsia.cpp | 325 if (!SelectedMultilibs.back().isDefault()) in Fuchsia() 427 if (!SelectedMultilibs.empty() && !SelectedMultilibs.back().isDefault()) { in AddClangCXXStdlibIncludeArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 85 if (First->getDataLayout().isDefault()) in MCJIT() 107 if (M->getDataLayout().isDefault()) in addModule()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 219 bool isDefault() const { return Def->getValueAsBit("isDefault"); } in isDefault() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 73 bool isDefault() const { return !isDirect(); } in isDefault() function in __anonfa909ae00111::BindingKey 275 if (L.isDefault() && !R.isDefault()) in printJson() 277 if (!L.isDefault() && R.isDefault()) in printJson() 279 assert(L.isDefault() == R.isDefault()); in printJson()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 535 DIType *Ty, bool isDefault) { in createTemplateTypeParameter() argument 537 return DITemplateTypeParameter::get(VMContext, Name, Ty, isDefault); in createTemplateTypeParameter() 550 DIType *Ty, bool isDefault, in createTemplateValueParameter() argument 554 isDefault, getConstantOrNull(Val)); in createTemplateValueParameter()
|
| H A D | DebugInfoMetadata.cpp | 1528 Metadata *Type, bool isDefault, in getImpl() argument 1531 DEFINE_GETIMPL_LOOKUP(DITemplateTypeParameter, (Name, Type, isDefault)); in getImpl() 1533 DEFINE_GETIMPL_STORE(DITemplateTypeParameter, (isDefault), Ops); in getImpl() 1538 bool isDefault, Metadata *Value, StorageType Storage, bool ShouldCreate) { in getImpl() argument 1541 (Tag, Name, Type, isDefault, Value)); in getImpl() 1543 DEFINE_GETIMPL_STORE(DITemplateValueParameter, (Tag, isDefault), Ops); in getImpl()
|
| H A D | LLVMContextImpl.h | 1193 IsDefault(N->isDefault()) {} 1197 IsDefault == RHS->isDefault(); 1215 IsDefault(N->isDefault()), Value(N->getValue()) {} 1219 Type == RHS->getRawType() && IsDefault == RHS->isDefault() &&
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 211 bool isDefault() const { return StringRepresentation.empty(); } in isDefault() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 346 if (IsImplicit || isDefault()) in getNumHeaders() 353 bool isDefault() const { return !Sections && !Excluded && !NoHeaders; } in isDefault() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRAttrs.td | 450 bool isDefault() const { return getValue() == VisibilityKind::Default; };
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 165 if (Avail.isDefault()) in serializeAvailability()
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 937 if (!M.getDataLayout().isDefault()) in runOrcJIT()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 601 SectionHeaders.isDefault()) in toSectionIndex() 1938 SectionHeaders.isDefault()) in buildSectionHeaderReorderMap()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1242 if (TP->isDefault() && isCompatibleWithVersion(5)) in constructTemplateTypeParameterDIE() 1256 if (VP->isDefault() && isCompatibleWithVersion(5)) in constructTemplateValueParameterDIE()
|