HomeSort by: relevance | last modified time | path
    Searched defs:CharType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Program.cpp 25 PrimType CharType;
28 CharType = PT_Sint8;
31 CharType = PT_Uint16;
34 CharType = PT_Uint32;
41 Descriptor *Desc = allocateDescriptor(S, CharType, S->getLength() + 1,
59 switch (CharType) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 10565 const QualType CharType = CharExpr->getType();
10566 if (!CharType->isAnyCharacterType() &&
10567 CharType->isIntegerType() &&

Completed in 49 milliseconds