/llvm-project/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, isHostLittleEndian, 16, std::uint16_t, std::uint32_t, variable 18 template class Integer<128>; global() variable [all...] |
/llvm-project/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/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/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/clang/test/SemaObjC/ |
H A D | enum-fixed-type.m | 14 typedef long Integer; typedef 16 typedef enum : Integer { Enumerator1, Enumerator2 } Enumeration; enum 44 typedef enum : Integer { BaseElem } BaseEnum; enum
|
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/ |
H A D | left_folds.pass.cpp | 62 struct Integer { struct 65 constexpr Integer(int const x) : value(x) {} in Integer() argument 67 constexpr Integer plus(int const x) const { return Integer{value + x}; } in plus() argument
|
/llvm-project/clang/test/Index/ |
H A D | print-display-names.cpp | 4 typedef int Integer; typedef
|
H A D | complete-stmt.c | 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
|
/llvm-project/clang/test/CodeCompletion/ |
H A D | operator.cpp | 3 typedef int Integer; typedef
|
/llvm-project/clang/test/ASTMerge/class-template/Inputs/ |
H A D | class-template2.cpp | 24 typedef int Integer; typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx0x-class.cpp | 53 struct Integer { using type = int; }; argument
|
H A D | enum-bitfield.cpp | 6 typedef int Integer; typedef
|
/llvm-project/lldb/unittests/Utility/Inputs/ |
H A D | StructuredData-full.json | 11 "Integer": 1, number
|
/llvm-project/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/flang/include/flang/Evaluate/ |
H A D | fold.h | 84 const Expr<Type<TypeCategory::Integer, KIND>> &expr) { in ToInt64() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | NativeFormatting.h | 19 Integer, enumerator
|
/llvm-project/clang/test/PCH/ |
H A D | chain-cxx.cpp | 56 typedef int Integer; typedef 112 typedef int Integer; typedef
|
/llvm-project/lldb/test/API/functionalities/type_find_first/ |
H A D | main.cpp | 1 namespace Integer { namespace
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstShared.h | 30 Integer = 1, global() enumerator
|
/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | RegisterContextMinidump_ARM64.h | 72 Integer = ARM64_Flag | 0x00000002, enumerator
|
/llvm-project/flang/include/flang/Common/ |
H A D | Fortran.h | 25 ENUM_CLASS(TypeCategory,Integer,Real,Complex,Character,Logical,Derived) ENUM_CLASS() argument
|