Searched defs:Long (Results 1 – 13 of 13) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | sparcv9-class-return.cpp | 6 class Long : public Empty { class
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | IntegralLiteralExpressionMatcher.h | 21 Long, enumerator
|
/llvm-project/clang/test/Sema/ |
H A D | cast.c | 25 typedef long Long; typedef
|
H A D | constexpr.c | 41 constexpr signed auto Long = 1L; // expected-error {{'auto' cannot be signed or unsigned}} variable
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfGenerator.h | 177 enum ValueLength { Byte = 1, Half = 2, Long = 4, Quad = 8, ULEB, SLEB }; enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | overloaded-builtin-operators.cpp | 12 struct Long { struct
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 419 Long.BB = MainBB; in insertFastDivAndRem() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Specifiers.h | 47 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 67 Long, // Either 32 or 64 bits. enumerator
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 1012 const CriticalPathInfo Long = TBlock.Extra > FBlock.Extra ? TBlock : FBlock; shouldConvertIf() local
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 345 Long = 13, enumerator
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 98 Long, enumerator
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.h | 32 bool Long; variable [all...] |