HomeSort by: relevance | last modified time | path
    Searched defs:getClobber (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 136 static MemDepResult getClobber(Instruction *Inst) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 473 StringRef AsmStmt::getClobber(unsigned i) const {
475 return gccAsmStmt->getClobber(i);
477 return msAsmStmt->getClobber(i);
496 StringRef GCCAsmStmt::getClobber(unsigned i) const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2896 StringRef getClobber(unsigned i) const;
3180 StringRef getClobber(unsigned i) const;
3277 StringRef getClobber(unsigned i) const { return getClobbers()[i]; }

Completed in 52 milliseconds