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

  /external/clang/include/clang/Basic/
Specifiers.h 65 TST_atomic, // C11 _Atomic
  /external/clang/include/clang/Sema/
DeclSpec.h 287 static const TST TST_atomic = clang::TST_atomic;
387 T == TST_underlyingType || T == TST_atomic);
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 264 case TST_atomic:
452 case DeclSpec::TST_atomic: return "_Atomic";
    [all...]
SemaTemplateVariadic.cpp 696 case TST_atomic: {
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 267 milliseconds