| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | microsoft-abi-member-pointers.cpp | 236 struct Unspecified; 245 int Unspecified::*u_d_memptr; 267 struct Unspecified : Multiple, Virtual { struct 281 void (Unspecified::*u_f_mp)() = &Unspecified::foo; argument 347 void (Unspecified::*u_f_memptr)() = &Unspecified::foo; in EmitNonVirtualMemberPointers() 411 bool nullTestDataUnspecified(int Unspecified::*mp) { in nullTestDataUnspecified() 433 bool nullTestFunctionUnspecified(void (Unspecified::*mp)()) { in nullTestFunctionUnspecified() 474 int loadDataMemberPointerUnspecified(Unspecified *o, int Unspecified::*memptr) { in loadDataMemberPointerUnspecified() 580 bool unspecFuncMemptrEq(void (Unspecified::*l)(), void (Unspecified::*r)()) { in unspecFuncMemptrEq() 607 bool unspecFuncMemptrNeq(void (Unspecified::*l)(), void (Unspecified::*r)()) { in unspecFuncMemptrNeq() [all …]
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 449 UnrollEnable(LoopAttributes::Unspecified), in LoopAttributes() 450 UnrollAndJamEnable(LoopAttributes::Unspecified), in LoopAttributes() 460 VectorizeScalable = LoopAttributes::Unspecified; in clear() 464 VectorizeEnable = LoopAttributes::Unspecified; in clear() 465 UnrollEnable = LoopAttributes::Unspecified; in clear() 466 UnrollAndJamEnable = LoopAttributes::Unspecified; in clear() 467 VectorizePredicateEnable = LoopAttributes::Unspecified; in clear() 468 DistributeEnable = LoopAttributes::Unspecified; in clear() 493 Attrs.UnrollEnable == LoopAttributes::Unspecified && in LoopInfo() 530 case LoopAttributes::Unspecified: in finish() [all …]
|
| H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator 44 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator 47 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator 49 enum class TypeSpecifiersPipe { Unspecified, Pipe }; enumerator 326 Unspecified, enumerator 375 Unspecified = 3, enumerator
|
| H A D | LangOptions.h | 233 Unspecified, enumerator 399 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
|
| /llvm-project-15.0.7/clang/test/APINotes/ |
| H A D | yaml-roundtrip.test | 22 CHECK-NEXT: > Nullability: Unspecified 26 CHECK-NEXT: > Nullability: Unspecified 30 CHECK-NEXT: > Nullability: Unspecified
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 509 case TypeSpecifierWidth::Unspecified: in getSpecifierName() 532 case TypeSpecifierSign::Unspecified: in getSpecifierName() 594 case ConstexprSpecKind::Unspecified: in getSpecifierName() 699 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth() 723 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign() 1095 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec() 1126 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish() 1128 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish() 1172 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish() 1250 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 31 Unspecified, enumerator 204 FileFormat InputFormat = FileFormat::Unspecified; 206 FileFormat OutputFormat = FileFormat::Unspecified;
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 105 return Nullability::Unspecified; in getNullabilityAnnotation() 110 return Nullability::Unspecified; in getNullabilityAnnotation()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | globalize.test | 55 - Name: Unspecified 106 #CHECK-NEXT: Name: Unspecified
|
| H A D | weaken.test | 54 - Name: Unspecified 105 #CHECK-NEXT: Name: Unspecified
|
| /llvm-project-15.0.7/clang/test/APINotes/Inputs/Frameworks/Simple.framework/Headers/ |
| H A D | Simple.apinotes | 22 Nullability: Unspecified
|
| /llvm-project-15.0.7/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 91 IO.enumCase(NK, "Unspecified", NullabilityKind::Unspecified); in enumeration() 95 IO.enumCase(NK, "Scalar", NullabilityKind::Unspecified); in enumeration() 100 IO.enumCase(NK, "U", NullabilityKind::Unspecified); in enumeration() 101 IO.enumCase(NK, "S", NullabilityKind::Unspecified); in enumeration()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerHelpers.h | 61 Unspecified, enumerator
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 60 case Nullability::Unspecified: in getNullabilityString() 851 return Nullability::Unspecified; in getReceiverNullability() 935 ComputedNullab != Nullability::Unspecified) { in checkPostObjCMessage() 989 if (DestNullability == Nullability::Unspecified) in checkPostStmt() 1115 Nullability ValNullability = Nullability::Unspecified; in checkBind() 1123 Nullability ValueExprTypeLevelNullability = Nullability::Unspecified; in checkBind()
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
| H A D | no_threadState.ips | 5 "procRole" : "Unspecified",
|
| H A D | a.out.ips | 5 "procRole" : "Unspecified",
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 45 UnwindLocation UnwindLocation::createUnspecified() { return {Unspecified}; } in createUnspecified() 88 case Unspecified: in dump() 136 case Unspecified: in operator ==() 228 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create() 245 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 426 TypeSpecWidth(static_cast<unsigned>(TypeSpecifierWidth::Unspecified)), in DeclSpec() 428 TypeSpecSign(static_cast<unsigned>(TypeSpecifierSign::Unspecified)), in DeclSpec() 436 static_cast<unsigned>(ConstexprSpecKind::Unspecified)), in DeclSpec() 624 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier() 626 getTypeSpecSign() != TypeSpecifierSign::Unspecified; in hasTypeSpecifier() 761 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified; in hasConstexprSpecifier() 765 ConstexprSpecifier = static_cast<unsigned>(ConstexprSpecKind::Unspecified); in ClearConstexprSpec()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 84 : ConstexprSpecKind::Unspecified); in AddFunDecl()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CXXInheritance.h | 366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()
|
| H A D | TypeLoc.h | 605 return TypeSpecifierSign::Unspecified; in getWrittenSignSpec() 609 return getWrittenSignSpec() != TypeSpecifierSign::Unspecified; in hasWrittenSignSpec() 621 return TypeSpecifierWidth::Unspecified; in getWrittenWidthSpec() 625 return getWrittenWidthSpec() != TypeSpecifierWidth::Unspecified; in hasWrittenWidthSpec() 660 wbs.Sign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in initializeLocal() 661 wbs.Width = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in initializeLocal()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 124 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
|
| H A D | ObjcopyOptions.cpp | 645 .Default(FileFormat::Unspecified); in parseObjcopyOptions() 708 .Default(FileFormat::Unspecified); in parseObjcopyOptions() 709 if (Config.OutputFormat == FileFormat::Unspecified) { in parseObjcopyOptions() 1325 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions() 1326 Config.OutputFormat = FileFormat::Unspecified; in parseStripOptions()
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | UnspecifiedBehaviorRandomization.rst | 2 Unspecified Behavior Randomization
|