/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Simplex.h | 234 struct Unknown { struct 237 : pos(oPos), orientation(oOrientation), restricted(oRestricted), in pos() 239 unsigned pos; 240 Orientation orientation; 241 bool restricted : 1; 242 bool isSymbol : 1; 244 void print(raw_ostream &os) const { in print()
|
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsABIInfo.h | 24 enum class ABI { Unknown, O32, N32, N64 }; enumerator 32 static MipsABIInfo Unknown() { return MipsABIInfo(ABI::Unknown); } in Unknown() function
|
/llvm-project/clang/test/FixIt/ |
H A D | typo-crash.m | 3 @implementation Unknown (Blarg) // expected-error{{cannot find interface declaration for 'Unknown'}} implementation in Blarg
|
/llvm-project/mlir/include/mlir/Conversion/GPUToROCDL/ |
H A D | Runtimes.h | 16 Unknown = 0, enumerator
|
/llvm-project/llvm/include/llvm/InterfaceStub/ |
H A D | IFSStub.h | 33 Unknown = 16, enumerator 41 Unknown = 256, enumerator 49 Unknown = 256, enumerator
|
/llvm-project/llvm/include/llvm/Remarks/ |
H A D | RemarkFormat.h | 25 enum class Format { Unknown, YAML, YAMLStrTab, Bitstream }; enumerator
|
/llvm-project/llvm/unittests/ADT/ |
H A D | StringSwitchTest.cpp | 116 enum class Suffix { Possible, PastTense, Process, InProgressAction, Unknown }; in TEST() enumerator 136 enum class Suffix { Possible, PastTense, Process, InProgressAction, Unknown }; in TEST() enumerator 156 enum class OSType { Windows, Linux, Unknown }; in TEST() enumerator 183 enum class OSType { Windows, Linux, Unknown }; in TEST() enumerator
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | link-errors.m | 27 @interface Unknown interface
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTImportError.h | 27 Unknown /// Other error. enumerator
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolOrigin.h | 22 Unknown = 0, enumerator
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | InMemoryModuleCache.h | 56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
|
/llvm-project/flang/runtime/ |
H A D | environment.h | 32 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enumerator
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | BlockVerifier.h | 25 Unknown, enumerator
|
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/ |
H A D | BufferDeallocationOpInterface.h | 85 Unknown, enumerator
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | IntegralLiteralExpressionMatcher.h | 18 Unknown = 0, enumerator
|
/llvm-project/libcxx/test/tools/clang_tidy_checks/ |
H A D | header_exportable_declarations.hpp | 35 Unknown enumerator
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | EHUtils.h | 22 enum Status { Unknown = 0, EH = 1, NonEH = 2 }; in computeEHOnlyBlocks() enumerator
|
/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorPrecedence.h | 27 Unknown = 0, // Not binary operator. enumerator
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | VFABIDemangler.h | 40 Unknown enumerator 53 Unknown // Unknown ISA global() enumerator
|
H A D | EHPersonalities.h | 22 Unknown, enumerator
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ExceptionSpecAnalyzer.h | 26 Unknown, ///< We're unable to tell if this function is declared as throwing enumerator
|
H A D | ExceptionAnalyzer.h | 27 Unknown, ///< This can happen for extern functions without available enumerator
|
/llvm-project/flang/include/flang/Frontend/ |
H A D | PreprocessorOptions.h | 30 Unknown, enumerator
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | HeaderFile.h | 35 Unknown, enumerator
|
/llvm-project/lldb/unittests/Utility/ |
H A D | AnsiTerminalTest.cpp | 36 TEST(AnsiTerminal,Unknown) TEST() argument
|