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

  /external/clang/include/clang/Basic/
Specifiers.h 45 TST_half, // OpenCL half, ARM NEON __fp16
  /external/clang/lib/Sema/
DeclSpec.cpp 277 case TST_half:
425 case DeclSpec::TST_half: return "half";
    [all...]
SemaTemplateVariadic.cpp 718 case TST_half:
    [all...]
SemaType.cpp 873 case DeclSpec::TST_half: Result = Context.HalfTy; break;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 267 static const TST TST_half = clang::TST_half;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 652 milliseconds