Home
last modified time | relevance | path

Searched defs:asmstr (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DStmt.cpp695 StringLiteral *asmstr, unsigned numclobbers, in GCCAsmStmt()
720 StringRef asmstr, ArrayRef<StringRef> clobbers, in MSAsmStmt()
733 void MSAsmStmt::initialize(const ASTContext &C, StringRef asmstr, in initialize()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp3193 static std::string gccifyAsm(std::string asmstr) { in gccifyAsm()