OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvolatilequalified
(Results
1 - 25
of
31
) sorted by null
1
2
/external/clang/lib/CodeGen/
CGValue.h
50
bool
isVolatileQualified
() const { return V2.getInt(); }
196
bool
isVolatileQualified
() const { return Quals.hasVolatile(); }
341
return RValue::getAggregate(getAddress(),
isVolatileQualified
());
CGAtomic.cpp
770
if (src.
isVolatileQualified
())
833
(rvalue.
isVolatileQualified
()
834
|| dest.
isVolatileQualified
()),
[
all
...]
CGExprComplex.cpp
300
bool isVolatile = lvalue.
isVolatileQualified
();
343
lvalue.
isVolatileQualified
());
345
lvalue.
isVolatileQualified
());
693
if (!LV.
isVolatileQualified
())
728
if (!LV.
isVolatileQualified
())
[
all
...]
CGExpr.cpp
[
all
...]
CGClass.cpp
582
LHS.
isVolatileQualified
());
[
all
...]
CodeGenFunction.cpp
381
if (pointeeTy.
isVolatileQualified
())
399
if (ty.
isVolatileQualified
())
[
all
...]
CGExprScalar.cpp
[
all
...]
CGVTables.cpp
373
Slot = ReturnValueSlot(ReturnValue, ResultType.
isVolatileQualified
());
[
all
...]
CGDecl.cpp
[
all
...]
CGExprAgg.cpp
655
if (E->getSubExpr()->getType().
isVolatileQualified
()) {
[
all
...]
CGExprCXX.cpp
[
all
...]
CGBuiltin.cpp
[
all
...]
CGCall.cpp
[
all
...]
CGObjC.cpp
[
all
...]
/external/clang/include/clang/AST/
CanonicalType.h
129
bool
isVolatileQualified
() const {
Type.h
632
bool
isVolatileQualified
() const;
[
all
...]
/external/clang/lib/AST/
Expr.cpp
[
all
...]
Decl.cpp
540
!Var->getType().
isVolatileQualified
()) {
[
all
...]
ExprConstant.cpp
[
all
...]
DeclCXX.cpp
679
if (!T->isLiteralType(Context) || T.
isVolatileQualified
())
[
all
...]
/external/clang/lib/Sema/
SemaStmt.cpp
274
if (E->isGLValue() && E->getType().
isVolatileQualified
()) {
[
all
...]
SemaOverload.cpp
[
all
...]
SemaExprCXX.cpp
558
if (Var->hasLocalStorage() && !Var->getType().
isVolatileQualified
()) {
[
all
...]
SemaType.cpp
[
all
...]
SemaInit.cpp
[
all
...]
Completed in 1102 milliseconds
1
2