Searched defs:gccAsmStmt (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Stmt.cpp | 442 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(this)) generateAsmString() local |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmt.cpp | 2319 if (const auto *gccAsmStmt = dyn_cast<GCCAsmStmt>(&S)) UpdateAsmCallInst() local |