Home
last modified time | relevance | path

Searched refs:Long (Results 1 – 25 of 105) sorted by relevance

12345

/llvm-project-15.0.7/clang/test/Sema/
H A Dcast.c21 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 DResourceScriptStmt.h32 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 DWindresOpts.td3 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 DResourceScriptTokenList.def15 // Long tokens. They might consist of more than one character.
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp421 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 DModernizeModuleTest.cpp60 case modernize::LiteralSize::Long: in toString()
261 {modernize::LiteralSize::Long, "1L"},
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp12 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 DDWARFDebugLineTest.cpp418 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 DM68kSchedule.td18 let HighLatency = 16; // Long ABS
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp67 case PDB_BuiltinType::Long: in getTypeName()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp979 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 Dbranch-relax-alignment.ll4 ; Long branch is assumed because the block has a higher alignment
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DIntegralLiteralExpressionMatcher.h23 Long, enumerator
H A DIntegralLiteralExpressionMatcher.cpp117 return LiteralSize::Long; in literalTokenSize()
/llvm-project-15.0.7/clang/lib/Sema/
H A DOpenCLBuiltins.td445 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 DDeclSpec.cpp513 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 DMachO_x86-64_relocations.s142 # 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 DMachO_arm64_relocations.s165 # 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 DIntegerTypesCheck.cpp103 case BuiltinType::Long: in check()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp81 case PDB_BuiltinType::Long: in getValue()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst138 **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 DSpecifiers.h44 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DTypePromotionInMathFnCheck.cpp50 constexpr BuiltinType::Kind LongTy = BuiltinType::Long; in registerMatchers()
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A Dtools.pm69 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 DMisplacedWideningCastCheck.cpp114 case BuiltinType::Long: in relativeIntSizes()

12345