Home
last modified time | relevance | path

Searched refs:checkVar (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c1117 static bool checkVar(SwitchStatement *s, VarDeclaration *vd) in checkVar() function
1151 if (sdefault && checkVar(this, sdefault->lastVar)) in checkLabel()
1157 if (scase && checkVar(this, scase->lastVar)) in checkLabel()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.d1222 bool checkVar(VarDeclaration vd) in checkLabel()
1239 if (sdefault && checkVar(sdefault.lastVar)) in checkLabel()
1244 if (scase && checkVar(scase.lastVar)) in checkLabel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1587 void checkVar(VarDecl *VD) { in checkVar() function in __anon4163d5400411::DeferredDiagnosticsEmitter
1638 checkVar(cast<VarDecl>(D)); in checkRecordedDecl()