Home
last modified time | relevance | path

Searched defs:Integer (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dinteger.cpp13 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 Dmodule_private_left.h24 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 Dinitialization-constexpr.cpp16 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 Dencode-test-4.m2 typedef long Integer; typedef
3 typedef enum : Integer { Red, Green, Blue} Color; enum
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Denum-fixed-type.m14 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 DUtils.h62 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 Dcomplete-stmt.c4 typedef int Integer; typedef
H A Dprint-display-names.cpp4 typedef int Integer; typedef
H A Dcomplete-unterminated.c1 typedef int Integer; typedef
H A Dcxx14-lambdas.cpp3 typedef int Integer; typedef
H A Dcxx11-lambdas.cpp3 typedef int Integer; typedef
H A Dload-stmts.cpp36 typedef int Integer; in test_exprs() typedef
81 typedef int Integer; in test_more_exprs() typedef
H A Dannotate-tokens-cxx0x.cpp10 typedef int Integer; in test() typedef
/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Doperator.cpp3 typedef int Integer; typedef
/llvm-project-15.0.7/clang/test/ASTMerge/class-template/Inputs/
H A Dclass-template2.cpp24 typedef int Integer; typedef
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx0x-class.cpp53 struct Integer { using type = int; }; struct
H A Denum-bitfield.cpp6 typedef int Integer; typedef
/llvm-project-15.0.7/flang/lib/Lower/
H A DDumpEvaluateExpr.cpp241 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 DNativeFormatting.h19 Integer, enumerator
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dfold.h86 const Expr<Type<TypeCategory::Integer, KIND>> &expr) { in ToInt64()
/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran.h22 ENUM_CLASS(TypeCategory, Integer, Real, Complex, Character, Logical, Derived) in ENUM_CLASS() argument
/llvm-project-15.0.7/clang/test/PCH/
H A Dchain-cxx.cpp56 typedef int Integer; typedef
112 typedef int Integer; typedef
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.h73 Integer = ARM64_Flag | 0x00000002, enumerator
H A DRegisterContextMinidump_ARM.h88 Integer = ARM_Flag | 0x00000002, enumerator
/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dparser.h34 enum PrimaryType : uint8_t { Integer = 0, Float = 1, Pointer = 2 }; enumerator

123