OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextInPool
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
AttributeList.cpp
48
FreeLists[index] = attr->
NextInPool
;
60
// Read this here, because we're going to overwrite
NextInPool
62
AttributeList *next = cur->
NextInPool
;
72
cur->
NextInPool
= FreeLists[freeListIndex];
91
AttributeList *next = pool->
NextInPool
;
92
pool->
NextInPool
= Head;
/external/clang/include/clang/Sema/
AttributeList.h
115
AttributeList *
NextInPool
;
192
NextInPool
(0) {
213
NextInPosition(0),
NextInPool
(0) {
232
NextInPool
(NULL) {
250
NextInPool
(0) {
266
NextInPool
(0) {
505
attr->
NextInPool
= Head;
Completed in 460 milliseconds