OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tq_atomic
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/Sema/
DeclSpec.cpp
180
assert(!(TypeQuals & DeclSpec::
TQ_atomic
) &&
487
case DeclSpec::
TQ_atomic
: return "_Atomic";
773
case
TQ_atomic
: TQ_atomicLoc = Loc; return false;
[
all
...]
SemaType.cpp
726
QualLoc(DeclSpec::
TQ_atomic
, DS.getAtomicSpecLoc())}) {
[
all
...]
SemaDecl.cpp
[
all
...]
SemaCodeComplete.cpp
[
all
...]
/external/clang/lib/Parse/
ParseStmtAsm.cpp
651
if (DS.getTypeQualifiers() & DeclSpec::
TQ_atomic
)
ParseDecl.cpp
[
all
...]
/external/clang/include/clang/Sema/
DeclSpec.h
312
TQ_atomic
= 8
[
all
...]
Completed in 1102 milliseconds