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 342 StringRef AsmStmt::getClobber(unsigned i) const {
344 return gccAsmStmt->getClobber(i);
346 return msAsmStmt->getClobber(i);
360 StringRef GCCAsmStmt::getClobber(unsigned i) const {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 58 milliseconds