Searched refs:isConst (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/CodeGen/
H A DGlobalMerge.cpp98 Module &M, bool isConst, unsigned AddrSpace) const;
144 Module &M, bool isConst, unsigned AddrSpace) const {
209 M, MergedTy, isConst, Linkage, MergedInit,
143 doMerge(SmallVectorImpl<GlobalVariable*> &Globals, Module &M, bool isConst, unsigned AddrSpace) const argument
/external/clang/include/clang/Basic/
H A DBuiltins.h96 bool isConst(unsigned ID) const { function in class:clang::Builtin::Context
/external/deqp/framework/randomshaders/
H A DrsgStatement.cpp303 bool isConst = m_variable->getStorage() == Variable::STORAGE_CONST; local
305 if (isConst)
310 if (isConst)
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp230 REGISTER_MATCHER(isConst);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2755 /// methodDecl(isConst()) matches A::foo() but not A::bar()
2756 AST_MATCHER(CXXMethodDecl, isConst) {
2757 return Node.isConst();
/external/clang/include/clang/AST/
H A DDeclCXX.h1736 bool isConst() const { return getType()->castAs<FunctionType>()->isConst(); } function in class:clang::CXXMethodDecl
H A DType.h2791 bool isConst() const { return getTypeQuals() & Qualifiers::Const; }
/external/clang/lib/Analysis/
H A DThreadSafety.cpp2159 if (MD->isConst()) {
2165 if (MD->isConst())
/external/clang/lib/AST/
H A DDeclPrinter.cpp447 if (FT->isConst())
H A DExprCXX.cpp1099 return !getCallOperator()->isConst();
H A DExpr.cpp535 if (FT->isConst())
/external/clang/lib/Sema/
H A DSemaLambda.cpp933 !Method->isConst());
H A DSemaDecl.cpp6392 NewFDisConst = NewMD->isConst();
6399 bool FDisConst = MD && MD->isConst();
9825 LSI->Mutable = !CallOperator->isConst();
10424 if (Context.BuiltinInfo.isConst(BuiltinID) && !FD->hasAttr<ConstAttr>())
H A DSemaCodeComplete.cpp2430 if (Proto->isConst())
H A DSemaTemplate.cpp6648 if (OldMD && OldMD->isConst()) {
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1626 methodDecl(isConst())));
1628 methodDecl(isConst())));
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp539 bool isConst = T.isConstQualified(); local
540 T = isConst ? Context->getObjCIdType().withConst()
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 351 milliseconds