Searched refs:Synthetic (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCFG.h888 void addSyntheticDeclStmt(const DeclStmt *Synthetic, argument
890 assert(Synthetic->isSingleDecl() && "Can handle single declarations only");
891 assert(Synthetic != Source && "Don't include original DeclStmts in map");
892 assert(!SyntheticDeclStmts.count(Synthetic) && "Already in map");
893 SyntheticDeclStmts[Synthetic] = Source;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 200 milliseconds