HomeSort by relevance Sort by last modified time
    Searched refs:Int128 (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Serialization/
ASTCommon.cpp 45 case BuiltinType::Int128: ID = PREDEF_TYPE_INT128_ID; break;
  /external/clang/lib/AST/
NSAPI.cpp 294 case BuiltinType::Int128:
TypeLoc.cpp 225 case BuiltinType::Int128:
Type.cpp 581 BT->getKind() <= BuiltinType::Int128;
594 BT->getKind() <= BuiltinType::Int128;
661 BT->getKind() <= BuiltinType::Int128;
677 BT->getKind() <= BuiltinType::Int128;
    [all...]
MicrosoftMangle.cpp 700 case BuiltinType::Int128: Out << "_L"; break;
    [all...]
ASTContext.cpp 428 InitBuiltinType(Int128Ty, BuiltinType::Int128);
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 50 BTCASE(Int128);
388 TKIND(Int128);
CIndexUSRs.cpp 577 case BuiltinType::Int128:
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 375 case BuiltinType::Int128:
  /external/clang/lib/Sema/
Sema.cpp 145 DeclarationName Int128 = &Context.Idents.get("__int128_t");
146 if (IdResolver.begin(Int128) == IdResolver.end())
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 366 case BuiltinType::Int128:
CGRTTI.cpp 193 case BuiltinType::Int128:
    [all...]
CGDebugInfo.cpp 402 case BuiltinType::Int128:
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 4466 milliseconds