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

  /external/clang/lib/AST/
StmtIterator.cpp 45 if (VD->hasInit())
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 42 is_valid_(decl->hasInit()),
320 if (var_decl->hasInit() &&
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 99 if (pFormat.hasInit())
199 if (pFormat.hasInit())
  /external/clang/include/clang/Sema/
SemaInternal.h 77 !(Var->isStaticDataMember() && Var->hasInit())) {
  /frameworks/compile/slang/
slang_rs_context.cpp 241 if (QT.isConstQualified() && !VD->hasInit()) {
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 101 bool hasInit() const { return (f_pInit != NULL) && (f_pInit->size() != 0); }
  /external/clang/lib/Analysis/
Consumed.cpp 934 if (Var->hasInit()) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1105 Environment out = var->hasInit() ? VisitStmt(var->getInit(), env) : env;
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 649 milliseconds