HomeSort by relevance Sort by last modified time
    Searched refs:Ref (Results 101 - 125 of 388) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 66 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;
139 const WasmSection &getWasmSection(DataRefImpl Ref) const;
140 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 66 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;
139 const WasmSection &getWasmSection(DataRefImpl Ref) const;
140 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 66 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;
139 const WasmSection &getWasmSection(DataRefImpl Ref) const;
140 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 66 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;
139 const WasmSection &getWasmSection(DataRefImpl Ref) const;
140 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 66 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;
139 const WasmSection &getWasmSection(DataRefImpl Ref) const;
140 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 66 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;
139 const WasmSection &getWasmSection(DataRefImpl Ref) const;
140 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 66 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;
139 const WasmSection &getWasmSection(DataRefImpl Ref) const;
140 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 66 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;
139 const WasmSection &getWasmSection(DataRefImpl Ref) const;
140 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 256 StringRef Ref = String.toStringRef(Data);
260 char *Mem = (char *)Allocate(Ref.size() + 1, 1);
261 std::copy(Ref.begin(), Ref.end(), Mem);
262 Mem[Ref.size()] = 0;
  /external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h 156 Ref<Matrix<typename MatrixType::Scalar, Dynamic, Dynamic,
158 Ref<Matrix<typename MatrixType::Scalar, Dynamic, Dynamic,
167 typedef Ref<Matrix<Scalar, Dynamic, 1>, 0, ColInnerStride> SubColumnType;
168 typedef Ref<Matrix<Scalar, 1, Dynamic>, 0, RowInnerStride> SubRowType;
169 typedef Ref<Matrix<Scalar, Dynamic, Dynamic, StorageOrder > > SubMatType;
  /external/llvm/include/llvm/IR/
Metadata.h 203 static bool track(void *Ref, Metadata &MD, Metadata &Owner) {
204 return track(Ref, MD, &Owner);
212 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) {
213 return track(Ref, MD, &Owner);
220 static void untrack(void *Ref, Metadata &MD);
233 static bool retrack(void *Ref, Metadata &MD, void *New);
244 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
285 void addRef(void *Ref, OwnerTy Owner);
286 void dropRef(void *Ref);
287 void moveRef(void *Ref, void *New, const Metadata &MD)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h 215 static bool track(void *Ref, Metadata &MD, Metadata &Owner) {
216 return track(Ref, MD, &Owner);
224 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) {
225 return track(Ref, MD, &Owner);
232 static void untrack(void *Ref, Metadata &MD);
245 static bool retrack(void *Ref, Metadata &MD, void *New);
256 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
298 void addRef(void *Ref, OwnerTy Owner);
299 void dropRef(void *Ref);
300 void moveRef(void *Ref, void *New, const Metadata &MD)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 215 static bool track(void *Ref, Metadata &MD, Metadata &Owner) {
216 return track(Ref, MD, &Owner);
224 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) {
225 return track(Ref, MD, &Owner);
232 static void untrack(void *Ref, Metadata &MD);
245 static bool retrack(void *Ref, Metadata &MD, void *New);
256 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
297 void addRef(void *Ref, OwnerTy Owner);
298 void dropRef(void *Ref);
299 void moveRef(void *Ref, void *New, const Metadata &MD)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 215 static bool track(void *Ref, Metadata &MD, Metadata &Owner) {
216 return track(Ref, MD, &Owner);
224 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) {
225 return track(Ref, MD, &Owner);
232 static void untrack(void *Ref, Metadata &MD);
245 static bool retrack(void *Ref, Metadata &MD, void *New);
256 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
297 void addRef(void *Ref, OwnerTy Owner);
298 void dropRef(void *Ref);
299 void moveRef(void *Ref, void *New, const Metadata &MD)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 215 static bool track(void *Ref, Metadata &MD, Metadata &Owner) {
216 return track(Ref, MD, &Owner);
224 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) {
225 return track(Ref, MD, &Owner);
232 static void untrack(void *Ref, Metadata &MD);
245 static bool retrack(void *Ref, Metadata &MD, void *New);
256 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
297 void addRef(void *Ref, OwnerTy Owner);
298 void dropRef(void *Ref);
299 void moveRef(void *Ref, void *New, const Metadata &MD)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 215 static bool track(void *Ref, Metadata &MD, Metadata &Owner) {
216 return track(Ref, MD, &Owner);
224 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) {
225 return track(Ref, MD, &Owner);
232 static void untrack(void *Ref, Metadata &MD);
245 static bool retrack(void *Ref, Metadata &MD, void *New);
256 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
297 void addRef(void *Ref, OwnerTy Owner);
298 void dropRef(void *Ref);
299 void moveRef(void *Ref, void *New, const Metadata &MD)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 215 static bool track(void *Ref, Metadata &MD, Metadata &Owner) {
216 return track(Ref, MD, &Owner);
224 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) {
225 return track(Ref, MD, &Owner);
232 static void untrack(void *Ref, Metadata &MD);
245 static bool retrack(void *Ref, Metadata &MD, void *New);
256 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
297 void addRef(void *Ref, OwnerTy Owner);
298 void dropRef(void *Ref);
299 void moveRef(void *Ref, void *New, const Metadata &MD)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 215 static bool track(void *Ref, Metadata &MD, Metadata &Owner) {
216 return track(Ref, MD, &Owner);
224 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) {
225 return track(Ref, MD, &Owner);
232 static void untrack(void *Ref, Metadata &MD);
245 static bool retrack(void *Ref, Metadata &MD, void *New);
256 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
297 void addRef(void *Ref, OwnerTy Owner);
298 void dropRef(void *Ref);
299 void moveRef(void *Ref, void *New, const Metadata &MD)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 215 static bool track(void *Ref, Metadata &MD, Metadata &Owner) {
216 return track(Ref, MD, &Owner);
224 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) {
225 return track(Ref, MD, &Owner);
232 static void untrack(void *Ref, Metadata &MD);
245 static bool retrack(void *Ref, Metadata &MD, void *New);
256 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
297 void addRef(void *Ref, OwnerTy Owner);
298 void dropRef(void *Ref);
299 void moveRef(void *Ref, void *New, const Metadata &MD)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 215 static bool track(void *Ref, Metadata &MD, Metadata &Owner) {
216 return track(Ref, MD, &Owner);
224 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) {
225 return track(Ref, MD, &Owner);
232 static void untrack(void *Ref, Metadata &MD);
245 static bool retrack(void *Ref, Metadata &MD, void *New);
256 static bool track(void *Ref, Metadata &MD, OwnerTy Owner);
297 void addRef(void *Ref, OwnerTy Owner);
298 void dropRef(void *Ref);
299 void moveRef(void *Ref, void *New, const Metadata &MD)
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 243 static AsmToken intToken(StringRef Ref, APInt &Value)
246 return AsmToken(AsmToken::Integer, Ref, Value);
247 return AsmToken(AsmToken::BigNum, Ref, Value);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 12 // implemented by all alias analysis implementations. Mod/Ref information is
212 /// Simple mod/ref information...
215 /// ModRefResult - Represent the result of a mod/ref query. Mod and Ref are
218 enum ModRefResult { NoModRef = 0, Ref = 1, Mod = 2, ModRef = 3 };
242 OnlyReadsArgumentPointees = ArgumentPointees | Ref,
257 OnlyReadsMemory = Anywhere | Ref,
466 /// Higher level methods for querying mod/ref information.
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysis.cpp 85 Mask = Ref;
140 Mask = ModRefResult(Mask & Ref);
142 // If CS2 only access memory through arguments, accumulate the mod/ref
294 return Ref;
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 53 Ref []*Ref // all references to C.xxx in AST
74 // A Ref refers to an expression of the form C.xxx in the AST.
75 type Ref struct {
81 func (r *Ref) Pos() token.Pos {
298 for _, cref := range f.Ref {
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 53 Ref []*Ref // all references to C.xxx in AST
74 // A Ref refers to an expression of the form C.xxx in the AST.
75 type Ref struct {
81 func (r *Ref) Pos() token.Pos {
298 for _, cref := range f.Ref {

Completed in 1602 milliseconds

1 2 3 45 6 7 8 91011>>