HomeSort by relevance Sort by last modified time
    Searched refs:setVolatile (Results 1 - 25 of 25) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
FieldFlagChanger.java 41 public boolean setVolatile;
47 builder.append(setVolatile);
54 setVolatile = Boolean.parseBoolean(elements[3]);
115 boolean setVolatile = false;
117 setVolatile = true;
124 mutation.setVolatile = setVolatile;
141 if (mutation.setVolatile) {
142 encodedField.setVolatile(true);
145 encodedField.setVolatile(false)
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
EncodedField.java 50 public void setVolatile(boolean turnOn) {
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 314 if (LI->isVolatile()) AS.setVolatile();
331 if (SI->isVolatile()) AS.setVolatile();
401 if (AS.isVolatile()) NewAS.setVolatile();
  /external/clang/lib/CodeGen/
CGValue.h 546 void setVolatile(bool flag) {
547 Quals.setVolatile(flag);
CGAtomic.cpp 388 Pair->setVolatile(E->isVolatile());
554 Load->setVolatile(E->isVolatile());
565 Store->setVolatile(E->isVolatile());
626 RMWI->setVolatile(E->isVolatile());
    [all...]
CGBuiltin.cpp     [all...]
CGExprAgg.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 225 NewLI->setVolatile(LI->isVolatile());
307 NewSI->setVolatile(SI->isVolatile());
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 271 void setVolatile() { Volatile = true; }
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 195 void setVolatile(Constant* V) {
Instructions.h 236 /// setVolatile - Specify whether this is a volatile load or not.
238 void setVolatile(bool V) {
354 /// setVolatile - Specify whether this is a volatile store or not.
356 void setVolatile(bool V) {
553 /// setVolatile - Specify whether this is a volatile cmpxchg.
555 void setVolatile(bool V) {
749 /// setVolatile - Specify whether this is a volatile RMW or not.
751 void setVolatile(bool V) {
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 394 cast<LoadInst>(IncValue)->setVolatile(false);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
Type.h 237 void setVolatile(bool flag) {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 305 S->setVolatile(Record[Idx++]);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 

Completed in 1066 milliseconds