HomeSort by relevance Sort by last modified time
    Searched refs:Ref (Results 26 - 50 of 157) sorted by null

12 3 4 5 6 7

  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv.cc 23 // and the caller must call Ref() at least once.
27 void Ref() {
151 file_->Ref();
186 file_->Ref();
205 file_->Ref();
272 file->Ref();
  /external/clang/lib/CodeGen/
CGCXX.cpp 144 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl));
145 llvm::Constant *Aliasee = Ref;
146 if (Ref->getType() != AliasType)
147 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
167 if (Ref->isDeclaration())
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 140 Reference Ref;
147 Ref.Use = true;
148 Ref.IndirectUse |= (MOReg != Reg);
151 Ref.Def = true;
152 Ref.IndirectDef |= (MOReg != Reg);
158 return Ref;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_depth.c 119 sr.ref_value[0] = ctx->Stencil.Ref[0] & 0xff;
130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 119 sr.ref_value[0] = ctx->Stencil.Ref[0] & 0xff;
130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff;
  /frameworks/base/core/jni/android/graphics/
TypefaceImpl.cpp 116 result->fFontCollection->Ref();
129 result->fFontCollection->Ref();
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 97 Mask = Ref;
156 Mask = ModRefResult(Mask & Ref);
158 // If CS2 only access memory through arguments, accumulate the mod/ref
177 else if (ArgMask == Ref)
321 return Ref;
478 R = AliasAnalysis::Ref;
  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch_test.cc 18 mem->Ref();
  /libcore/luni/src/main/java/java/sql/
ResultSet.java 821 * java.sql.Ref}.
825 * @return a Ref representing the value of the SQL REF in the column
829 public Ref getRef(int columnIndex) throws SQLException;
833 * java.sql.Ref}.
837 * @return a Ref representing the value of the SQL {@code REF} in the column
841 public Ref getRef(String colName) throws SQLException;
    [all...]
  /external/chromium_org/content/browser/media/capture/
audio_mirroring_manager_unittest.cc 22 using testing::Ref;
86 EXPECT_CALL(*dest, AddInput(Ref(params_)))
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 119 cc->cc1.stencil_ref = ctx->Stencil.Ref[0];
133 cc->cc1.bf_stencil_ref = ctx->Stencil.Ref[back];
gen6_cc.c 225 cc->cc0.stencil_ref = ctx->Stencil.Ref[0];
226 cc->cc0.bf_stencil_ref = ctx->Stencil.Ref[ctx->Stencil._BackFace];
  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_dfs.h 64 Ref<IndexVector> repfnz_col, IndexVector& xprune, Ref<IndexVector> marker, IndexVector& parent,
  /external/llvm/include/llvm/Support/
ErrorOr.h 46 ReferenceStorage(T &Ref) : Storage(&Ref) {}
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 314 const MCSymbolRefExpr *Ref =
317 return getTTypeReference(Ref, Encoding, Streamer);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 119 cc->cc1.stencil_ref = ctx->Stencil.Ref[0];
133 cc->cc1.bf_stencil_ref = ctx->Stencil.Ref[back];
gen6_cc.c 225 cc->cc0.stencil_ref = ctx->Stencil.Ref[0];
226 cc->cc0.bf_stencil_ref = ctx->Stencil.Ref[ctx->Stencil._BackFace];
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 1 //===- GlobalsModRef.cpp - Simple Mod/Ref Analysis for Globals ------------===//
10 // This simple pass provides alias and mod/ref information for global values
50 /// GlobalInfo - Maintain mod/ref info for all of the globals without
59 unsigned Effect = MayReadAnyGlobal ? AliasAnalysis::Ref : 0;
195 "globalsmodref-aa", "Simple mod/ref analysis for globals",
199 "globalsmodref-aa", "Simple mod/ref analysis for globals",
224 // Remember that we are tracking this global, and the mod/ref fns
228 FunctionInfo[Readers[i]].GlobalInfo[I] |= Ref;
315 // TODO: Could try some IP mod/ref of the loaded pointer.
356 /// graph to all callers and compute the mod/ref info for all memory for eac
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 157 BasicBlock *&Ref = Blocks[L];
159 if (Ref) {
160 if (Ref == R) return false;
164 << L << R << Ref;
168 Ref = R;
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler_unittest.cc 51 using testing::Ref;
340 TrackSetSessionDescription(pc_handler_.get(), Ref(description),
364 TrackSetSessionDescription(pc_handler_.get(), Ref(description),
396 testing::Ref(candidate),
412 testing::Ref(local_stream),
416 testing::Ref(local_stream),
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 12 // implemented by all alias analysis implementations. Mod/Ref information is
225 /// Simple mod/ref information...
228 /// ModRefResult - Represent the result of a mod/ref query. Mod and Ref are
231 enum ModRefResult { NoModRef = 0, Ref = 1, Mod = 2, ModRef = 3 };
255 OnlyReadsArgumentPointees = ArgumentPointees | Ref,
270 OnlyReadsMemory = Anywhere | Ref,
499 /// Higher level methods for querying mod/ref information.
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 140 template <typename T> T resolve(DIRef<T> Ref) const;
649 template <typename T> T resolve(DIRef<T> Ref) const {
650 return Ref.resolve(TypeIdentifierMap);
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 240 static AsmToken intToken(StringRef Ref, APInt &Value)
243 return AsmToken(AsmToken::Integer, Ref, Value);
244 return AsmToken(AsmToken::BigNum, Ref, Value);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 180 ctx->Stencil.Ref[0] << 8 |
  /external/llvm/include/llvm/ADT/
FoldingSet.h 304 FoldingSetNodeID(FoldingSetNodeIDRef Ref)
305 : Bits(Ref.getData(), Ref.getData() + Ref.getSize()) {}

Completed in 2264 milliseconds

12 3 4 5 6 7