Home
last modified time | relevance | path

Searched refs:Unspecified (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-member-pointers.cpp236 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 DCGLoopInfo.cpp449 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 DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h32 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 DLangOptions.h233 Unspecified, enumerator
399 CoreFoundationABI CFRuntime = CoreFoundationABI::Unspecified;
/llvm-project-15.0.7/clang/test/APINotes/
H A Dyaml-roundtrip.test22 CHECK-NEXT: > Nullability: Unspecified
26 CHECK-NEXT: > Nullability: Unspecified
30 CHECK-NEXT: > Nullability: Unspecified
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp509 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 DCommonConfig.h31 Unspecified, enumerator
204 FileFormat InputFormat = FileFormat::Unspecified;
206 FileFormat OutputFormat = FileFormat::Unspecified;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp105 return Nullability::Unspecified; in getNullabilityAnnotation()
110 return Nullability::Unspecified; in getNullabilityAnnotation()
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dglobalize.test55 - Name: Unspecified
106 #CHECK-NEXT: Name: Unspecified
H A Dweaken.test54 - Name: Unspecified
105 #CHECK-NEXT: Name: Unspecified
/llvm-project-15.0.7/clang/test/APINotes/Inputs/Frameworks/Simple.framework/Headers/
H A DSimple.apinotes22 Nullability: Unspecified
/llvm-project-15.0.7/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp91 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 DCheckerHelpers.h61 Unspecified, enumerator
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp60 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 Dno_threadState.ips5 "procRole" : "Unspecified",
H A Da.out.ips5 "procRole" : "Unspecified",
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp45 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 DDeclSpec.h426 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 DNameSearchContext.cpp84 : ConstexprSpecKind::Unspecified); in AddFunDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCXXInheritance.h366 return Inheritance == MSInheritanceModel::Unspecified; in inheritanceModelHasVBPtrOffsetField()
H A DTypeLoc.h605 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 Dllvm-objcopy.cpp124 case FileFormat::Unspecified: in executeObjcopyOnRawBinary()
H A DObjcopyOptions.cpp645 .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 DUnspecifiedBehaviorRandomization.rst2 Unspecified Behavior Randomization

123