OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:structfields
(Results
1 - 16
of
16
) sorted by null
/external/llvm/lib/IR/
Type.cpp
432
SmallVector<llvm::Type*, 8>
StructFields
;
435
StructFields
.push_back(type);
438
auto *Ret = llvm::StructType::get(Ctx,
StructFields
);
475
SmallVector<llvm::Type*, 8>
StructFields
;
478
StructFields
.push_back(type);
481
auto *Ret = llvm::StructType::create(Ctx,
StructFields
, Name);
520
SmallVector<llvm::Type*, 8>
StructFields
;
523
StructFields
.push_back(type);
526
setBody(
StructFields
);
/external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp
472
SmallVector<llvm::Type*, 8>
StructFields
;
475
StructFields
.push_back(type);
478
return llvm::StructType::get(Ctx,
StructFields
);
514
SmallVector<llvm::Type*, 8>
StructFields
;
517
StructFields
.push_back(type);
520
return llvm::StructType::create(Ctx,
StructFields
, Name);
534
SmallVector<llvm::Type*, 8>
StructFields
;
537
StructFields
.push_back(type);
540
setBody(
StructFields
);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DerivedTypes.h
237
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
238
return create(
StructFields
, Name);
257
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
258
return llvm::StructType::get(Ctx,
StructFields
);
293
SmallVector<llvm::Type *, 8>
StructFields
({elt1, elts...});
294
setBody(
StructFields
);
/toolchain/binutils/binutils-2.27/binutils/
ieee.c
2546
const debug_field *
structfields
;
local
[
all
...]
/prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar
Completed in 1547 milliseconds