HomeSort by: relevance | last modified time | path
    Searched refs:Short (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
RecordSerialization.cpp 39 uint16_t Short;
40 if (auto EC = Reader.readInteger(Short))
43 if (Short < LF_NUMERIC) {
44 Num = APSInt(APInt(/*numBits=*/16, Short, /*isSigned=*/false),
49 switch (Short) {
  /src/usr.bin/make/unit-tests/
var-recursive.mk 37 # Short variable names can be expanded using the short-hand $V notation,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 34 /// Specifies the width of a type, e.g., short, long, or long long.
35 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong };
  /src/external/bsd/am-utils/dist/amq/
amq.c 77 Full, Stats, Calc, Short, ShowDone
153 case Short:
837 e = Short;
838 else if (e == Short)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EarlyIfConversion.cpp 977 // Organize by "short" and "long" legs, since the diagnostics get confusing
980 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock;
989 if (Short.Extra > 0)
990 R << ", and the short leg adds another "
991 << Cycles{"ShortCycles", Short.Extra};
1007 if (Short.Extra > 0) {
1008 R << ", and the short leg would add another "
1009 << Cycles{"ShortCycles", Short.Extra};
1010 if (Short.Extra > CritLimit)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 510 case TypeSpecifierWidth::Short:
511 return "short";
1179 // Only 'short' and 'long long' are valid with vector bool. (PIM 2.1)
1181 (getTypeSpecWidth() != TypeSpecifierWidth::Short) &&
1234 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Short);
1260 case TypeSpecifierWidth::Short: // short int
1263 TypeSpecType = TST_int; // short -> short int, long long -> long long int.
SemaType.cpp 1390 case TypeSpecifierWidth::Short:
1415 case TypeSpecifierWidth::Short:
1453 case TypeSpecifierWidth::Short:
1476 case TypeSpecifierWidth::Short:
7748 BTy->getKind() == BuiltinType::Short ||
7761 BTy->getKind() == BuiltinType::Short ||
  /src/lib/libc/gdtoa/
gdtoaimp.h 184 #define Short int16_t
325 (((unsigned short *)(void *)a)[1] = (unsigned short)b, \
326 ((unsigned short *)(void *)a)[0] = (unsigned short)c, \
330 (((unsigned short *)(void *)a)[0] = (unsigned short)b, \
331 ((unsigned short *)(void *)a)[1] = (unsigned short)c, \
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.cpp 66 case BuiltinType::Short:
  /src/external/apache2/llvm/dist/clang/lib/AST/
NSAPI.cpp 401 case BuiltinType::Short:
ScanfFormatString.cpp 474 case BuiltinType::Short:
TypeLoc.cpp 343 case BuiltinType::Short:
FormatString.cpp 395 case BuiltinType::Short:
PrintfFormatString.cpp 825 case BuiltinType::Short:
ItaniumMangle.cpp 2842 // ::= s # short
2843 // ::= t # unsigned short
2911 case BuiltinType::Short:
3403 case BuiltinType::Short:
3417 case BuiltinType::Short: EltName = "int16_t"; break;
3456 case BuiltinType::Short:
3574 case BuiltinType::Short:
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 94 Short,
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangleNodes.cpp 138 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Short, "short");
139 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Ushort, "unsigned short");
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 46 BTCASE(Short);
563 TKIND(Short);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp 456 case BuiltinType::Short:
  /src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp 691 case BuiltinType::Short:
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h 89 #define Short int16_t
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h 89 #define Short int16_t
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h 89 #define Short int16_t
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h 89 #define Short int16_t
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 1051 DEFINE_LOCK_FREE_MACRO(SHORT, Short);

Completed in 94 milliseconds

1 2 3