HomeSort by relevance Sort by last modified time
    Searched refs:isVolatile (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /external/doclava/src/com/google/doclava/
Converter.java 423 .isPrivate(), f.isFinal(), f.isStatic(), f.isTransient(), f.isVolatile(),
  /external/jdiff/src/jdiff/
RootDocToXML.java 590 outputFile.println(" volatile=\"" + fd[i].isVolatile() + "\"");
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 591 if (MI->isVolatile()) return false;
    [all...]
ConstantFolding.cpp 503 if (LI->isVolatile()) return 0;
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 111 (*MI->memoperands_begin())->isVolatile())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 329 if (!LI->isVolatile())
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp 775 if (LI->isVolatile()) return false;
    [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 192 bool IsVolatile, unsigned Alignment);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp 403 LD->isVolatile() ||
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
Expr.h     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 340 if (Node->isVolatile())
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 918 bool isVolatile() const { return (SubclassData >> 5) & 1; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 218 Record.push_back(S->isVolatile());
    [all...]

Completed in 1898 milliseconds

1 2 34 5