Home
last modified time | relevance | path

Searched defs:Unspecified (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
47 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
52 enum class TypeSpecifiersPipe { Unspecified, Pipe }; enumerator
357 Unspecified, enumerator
414 Unspecified = 3, enumerator
H A DLangOptions.h282 Unspecified, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DExpandVariadics.h20 Unspecified, // Use the implementation defaults enumerator
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h63 Unspecified, enumerator
H A DCallDescription.h63 Unspecified, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h32 Unspecified, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitNonSemanticDI.cpp57 Unspecified = 0, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h29 enum class FileFormat { Unspecified, ELF, Binary, IHex, SREC }; enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp134 Unspecified enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h111 Unspecified, enumerator
H A DTargetLowering.h588 Unspecified = -1, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1586 static const uint8_t Unspecified = 3; in getMessageSendResultType() local