| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | cast.c | 21 typedef long Long; typedef 34 (void) (Long) v; in testBool() 48 (void) (Long) v; in testInt() 70 (void) (Long) v; in testLong() 84 (void) (Long) v; in testFloat() 96 (void) (Long) v; in testDouble() 108 (void) (Long) v; in testCI() 120 (void) (Long) v; in testCLong() 132 (void) (Long) v; in testCFloat() 144 (void) (Long) v; in testCDouble() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptStmt.h | 32 bool Long; variable 36 : Val(Token.intValue()), Long(Token.isLongInt()) {} in RCInt() 37 RCInt(uint32_t Value) : Val(Value), Long(false) {} in RCInt() 40 bool isLong() const { return Long; } in isLong() 43 std::tie(Val, Long) = std::make_pair(Val + Rhs.Val, Long | Rhs.Long); 48 std::tie(Val, Long) = std::make_pair(Val - Rhs.Val, Long | Rhs.Long); 53 std::tie(Val, Long) = std::make_pair(Val | Rhs.Val, Long | Rhs.Long); 58 std::tie(Val, Long) = std::make_pair(Val & Rhs.Val, Long | Rhs.Long); 62 RCInt operator-() const { return {-Val, Long}; } 63 RCInt operator~() const { return {~Val, Long}; } [all …]
|
| H A D | WindresOpts.td | 3 multiclass Long<string name, string help> { 35 defm preprocessor : Long<"preprocessor", "Custom preprocessor command">; 36 defm preprocessor_arg : Long<"preprocessor-arg", "Preprocessor command argument">;
|
| H A D | ResourceScriptTokenList.def | 15 // Long tokens. They might consist of more than one character.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | BypassSlowDivision.cpp | 421 QuotRemWithBB Long; in insertFastDivAndRem() local 422 Long.BB = MainBB; in insertFastDivAndRem() 423 Long.Quotient = ConstantInt::get(getSlowType(), 0); in insertFastDivAndRem() 424 Long.Remainder = Dividend; in insertFastDivAndRem() 426 QuotRemPair Result = createDivRemPhiNodes(Fast, Long, SuccessorBB); in insertFastDivAndRem()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | ModernizeModuleTest.cpp | 60 case modernize::LiteralSize::Long: in toString() 261 {modernize::LiteralSize::Long, "1L"},
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | overloaded-builtin-operators.cpp | 12 struct Long { struct 40 void f(Short s, Long l, Enum1 e1, Enum2 e2, Xpmf pmf) { in f()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugLineTest.cpp | 418 LT.setCustomPrologue({{0xfffffff0, LineTable::Long}}); 447 {{LineTable::Half, LineTable::Long}, {Version, LineTable::Half}}); 473 {19, LineTable::Long}, // unit length 477 {11, LineTable::Long}, // prologue length 1287 LT.setCustomPrologue({{0xfffffff0, LineTable::Long}}); 1315 LT.setCustomPrologue({{0xfffffff0, LineTable::Long}}); 1343 LT.setCustomPrologue({{2, LineTable::Long}, {0, LineTable::Half}}); 1345 LT2.setCustomPrologue({{2, LineTable::Long}, {1, LineTable::Half}}); 1412 LT.setCustomPrologue({{2, LineTable::Long}, {0, LineTable::Half}}); 1414 LT2.setCustomPrologue({{2, LineTable::Long}, {1, LineTable::Half}}); [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kSchedule.td | 18 let HighLatency = 16; // Long ABS
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyBuiltinDumper.cpp | 67 case PDB_BuiltinType::Long: in getTypeName()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 979 const CriticalPathInfo Long = TBlock.Extra > FBlock.Extra ? TBlock : FBlock; in shouldConvertIf() local 990 if (Long.Extra > 0) in shouldConvertIf() 992 << Cycles{"LongCycles", Long.Extra}; in shouldConvertIf() 1011 if (Long.Extra > 0) { in shouldConvertIf() 1013 << Cycles{"LongCycles", Long.Extra}; in shouldConvertIf() 1014 if (Long.Extra > CritLimit) in shouldConvertIf()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | branch-relax-alignment.ll | 4 ; Long branch is assumed because the block has a higher alignment
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | IntegralLiteralExpressionMatcher.h | 23 Long, enumerator
|
| H A D | IntegralLiteralExpressionMatcher.cpp | 117 return LiteralSize::Long; in literalTokenSize()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 445 def TLSignedInts : TypeList<[Char, Short, Int, Long]>; 484 Int, UInt, Long, ULong, 510 UShort, Int, UInt, Long, ULong] in { 512 UShort, Int, UInt, Long, ULong] in { 857 … def : Builtin<name, [VectorType<Long, VSize>, Size, PointerType<ConstType<Long>, AS>], Attr.Pure>; 871 def : Builtin<name, [Void, VectorType<Long, VSize>, Size, PointerType<Long, AS>]>; 1004 foreach Type = [Long, ULong] in { 1038 foreach Type = [Long, ULong] in { 1140 [AtomicLong, Long, Long], [AtomicULong, ULong, ULong], 1148 [AtomicLong, Long, Long], [AtomicULong, ULong, ULong]] in { [all …]
|
| H A D | DeclSpec.cpp | 513 case TypeSpecifierWidth::Long: in getSpecifierName() 703 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth() 1206 if (getTypeSpecWidth() == TypeSpecifierWidth::Long || in Finish() 1219 } else if (getTypeSpecWidth() == TypeSpecifierWidth::Long) { in Finish() 1281 case TypeSpecifierWidth::Long: // long double, long int in Finish()
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/ |
| H A D | MachO_x86-64_relocations.s | 142 # Check X86_64_RELOC_SUBTRACTOR Quad/Long in anonymous storage with anonymous 201 # X86_64_RELOC_SUBTRACTOR Quad/Long in named storage with anonymous minuend 219 # Check X86_64_RELOC_SUBTRACTOR Quad/Long in named storage with minuend and subtrahend.
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/AArch64/ |
| H A D | MachO_arm64_relocations.s | 165 # Check ARM64_RELOC_SUBTRACTOR Quad/Long in anonymous storage with anonymous 218 # ARM64_RELOC_SUBTRACTOR Quad/Long in named storage with anonymous minuend 236 # Check ARM64_RELOC_SUBTRACTOR Quad/Long in named storage with minuend and subtrahend.
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/ |
| H A D | IntegerTypesCheck.cpp | 103 case BuiltinType::Long: in check()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSymbolEnumerator.cpp | 81 case PDB_BuiltinType::Long: in getValue()
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-bcanalyzer.rst | 138 **Number Of Long Instructions** 141 file. Long instructions are those taking greater than 4 bytes. Typically long 243 **Long Instructions**
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 44 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | TypePromotionInMathFnCheck.cpp | 50 constexpr BuiltinType::Kind LongTy = BuiltinType::Long; in registerMatchers()
|
| /llvm-project-15.0.7/openmp/runtime/tools/lib/ |
| H A D | tools.pm | 69 use Getopt::Long (); 250 Getopt::Long::Configure( "no_ignore_case" ); 251 Getopt::Long::GetOptions(
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | MisplacedWideningCastCheck.cpp | 114 case BuiltinType::Long: in relativeIntSizes()
|