OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocatedtype
(Results
1 - 19
of
19
) sorted by null
/external/jsoncpp/src/lib_json/
json_batchallocator.h
28
template <typename
AllocatedType
, const unsigned int objectPerAllocation>
33
// printf( "Size: %d => %s\n", sizeof(
AllocatedType
),
34
// typeid(
AllocatedType
).name() );
35
assert(sizeof(
AllocatedType
) * objectPerAllocation >=
36
sizeof(
AllocatedType
*)); // We must be able to store a slist in the
54
AllocatedType
* allocate() {
57
AllocatedType
* object = freeHead_;
58
freeHead_ = *(
AllocatedType
**)object;
73
AllocatedType
* allocated = currentBatch_->used_;
81
void release(
AllocatedType
* object)
[
all
...]
/external/llvm/lib/IR/
Value.cpp
623
Type *
AllocatedType
= AI->getAllocatedType();
624
if (
AllocatedType
->isSized())
625
Align = DL.getPrefTypeAlignment(
AllocatedType
);
Instructions.cpp
[
all
...]
/external/llvm/include/llvm/IR/
Instructions.h
52
Type *
AllocatedType
;
97
Type *getAllocatedType() const { return
AllocatedType
; }
100
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h
61
Type *
AllocatedType
;
105
Type *getAllocatedType() const { return
AllocatedType
; }
108
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instructions.h
66
Type *
AllocatedType
;
107
Type *getAllocatedType() const { return
AllocatedType
; }
110
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instructions.h
66
Type *
AllocatedType
;
107
Type *getAllocatedType() const { return
AllocatedType
; }
110
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instructions.h
61
Type *
AllocatedType
;
102
Type *getAllocatedType() const { return
AllocatedType
; }
105
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instructions.h
61
Type *
AllocatedType
;
102
Type *getAllocatedType() const { return
AllocatedType
; }
105
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instructions.h
61
Type *
AllocatedType
;
102
Type *getAllocatedType() const { return
AllocatedType
; }
105
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instructions.h
61
Type *
AllocatedType
;
102
Type *getAllocatedType() const { return
AllocatedType
; }
105
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h
61
Type *
AllocatedType
;
105
Type *getAllocatedType() const { return
AllocatedType
; }
108
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instructions.h
66
Type *
AllocatedType
;
107
Type *getAllocatedType() const { return
AllocatedType
; }
110
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instructions.h
66
Type *
AllocatedType
;
107
Type *getAllocatedType() const { return
AllocatedType
; }
110
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instructions.h
61
Type *
AllocatedType
;
102
Type *getAllocatedType() const { return
AllocatedType
; }
105
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instructions.h
61
Type *
AllocatedType
;
102
Type *getAllocatedType() const { return
AllocatedType
; }
105
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instructions.h
61
Type *
AllocatedType
;
102
Type *getAllocatedType() const { return
AllocatedType
; }
105
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instructions.h
61
Type *
AllocatedType
;
102
Type *getAllocatedType() const { return
AllocatedType
; }
105
void setAllocatedType(Type *Ty) {
AllocatedType
= Ty; }
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
Completed in 727 milliseconds