HomeSort by relevance Sort by last modified time
    Searched defs:getClobber (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 109 static MemDepResult getClobber(Instruction *Inst) {
  /external/clang/lib/AST/
Stmt.cpp 364 StringRef AsmStmt::getClobber(unsigned i) const {
366 return gccAsmStmt->getClobber(i);
368 return msAsmStmt->getClobber(i);
382 StringRef GCCAsmStmt::getClobber(unsigned i) const {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 191 milliseconds