Searched refs:issimple (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/python/src2/ |
D | gen2.py | 253 self.issimple = False 283 self.issimple = True 309 if self.issimple: 563 amp = "&" if selfinfo.issimple else "" 567 get = "" if selfinfo.issimple else ".get()" 644 if selfinfo.issimple: 891 if classinfo.issimple:
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 685 bool issimple, bool isvolatile, unsigned numoutputs, in GCCAsmStmt() argument 690 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt() 709 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument 715 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1409 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() argument 1411 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt() 1555 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, 1736 SourceLocation lbraceloc, bool issimple, bool isvolatile,
|