| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | integer.cpp | 13 template class Integer<8>; variable 14 template class Integer<16>; variable 15 template class Integer<32>; variable 16 template class Integer<64>; variable 17 template class Integer<80>; variable 18 template class Integer<128>; variable
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | module_private_left.h | 24 typedef __module_private__ int Integer; typedef 25 typedef __module_private__ int Integer; typedef
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | initialization-constexpr.cpp | 16 class Integer { class 21 explicit constexpr Integer(int x = 0) : value(x) {} in Integer() function in Integer
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | encode-test-4.m | 2 typedef long Integer; typedef 3 typedef enum : Integer { Red, Green, Blue} Color; enum
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | enum-fixed-type.m | 14 typedef long Integer; typedef 16 typedef enum : Integer { Enumerator1, Enumerator2 } Enumeration; enum 46 typedef enum : Integer { BaseElem } BaseEnum; enum
|
| /llvm-project-15.0.7/flang/include/flang/Lower/Support/ |
| H A D | Utils.h | 62 static Fortran::lower::SomeExpr ignoreEvConvert( in ignoreEvConvert() 77 ignoreEvConvert(const Fortran::evaluate::Expr<Fortran::evaluate::Type< in ignoreEvConvert()
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-stmt.c | 4 typedef int Integer; typedef
|
| H A D | print-display-names.cpp | 4 typedef int Integer; typedef
|
| H A D | complete-unterminated.c | 1 typedef int Integer; typedef
|
| H A D | cxx14-lambdas.cpp | 3 typedef int Integer; typedef
|
| H A D | cxx11-lambdas.cpp | 3 typedef int Integer; typedef
|
| H A D | load-stmts.cpp | 36 typedef int Integer; in test_exprs() typedef 81 typedef int Integer; in test_more_exprs() typedef
|
| H A D | annotate-tokens-cxx0x.cpp | 10 typedef int Integer; in test() typedef
|
| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | operator.cpp | 3 typedef int Integer; typedef
|
| /llvm-project-15.0.7/clang/test/ASTMerge/class-template/Inputs/ |
| H A D | class-template2.cpp | 24 typedef int Integer; typedef
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx0x-class.cpp | 53 struct Integer { using type = int; }; struct
|
| H A D | enum-bitfield.cpp | 6 typedef int Integer; typedef
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | DumpEvaluateExpr.cpp | 241 void Fortran::lower::dumpEvExpr( in dumpEvExpr() 248 void Fortran::lower::dumpEvExpr( in dumpEvExpr() 267 void Fortran::lower::dumpEvExpr( in dumpEvExpr()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | NativeFormatting.h | 19 Integer, enumerator
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | fold.h | 86 const Expr<Type<TypeCategory::Integer, KIND>> &expr) { in ToInt64()
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 22 ENUM_CLASS(TypeCategory, Integer, Real, Complex, Character, Logical, Derived) in ENUM_CLASS() argument
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | chain-cxx.cpp | 56 typedef int Integer; typedef 112 typedef int Integer; typedef
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_ARM64.h | 73 Integer = ARM64_Flag | 0x00000002, enumerator
|
| H A D | RegisterContextMinidump_ARM.h | 88 Integer = ARM_Flag | 0x00000002, enumerator
|
| /llvm-project-15.0.7/libc/src/stdio/printf_core/ |
| H A D | parser.h | 34 enum PrimaryType : uint8_t { Integer = 0, Float = 1, Pointer = 2 }; enumerator
|