OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppcond
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
PTHLexer.h
38
///
PPCond
- Pointer to a side table in the PTH file that provides a
41
const unsigned char*
PPCond
;
43
/// CurPPCondPtr - Pointer inside
PPCond
that refers to the next entry
65
const unsigned char*
ppcond
, PTHManager &PM);
/external/clang/lib/Lex/
PTHLexer.cpp
38
const unsigned char *
ppcond
, PTHManager &PM)
40
PPCond
(
ppcond
), CurPPCondPtr(
ppcond
), PTHMgr(PM) {
215
PPCond
+ TableIdx*(sizeof(uint32_t)*2);
234
const unsigned char* NextPPCondPtr =
PPCond
+ TableIdx*(sizeof(uint32_t)*2);
617
const unsigned char*
ppcond
= BufStart + FileData.getPPCondOffset();
local
618
uint32_t Len = endian::readNext<uint32_t, little, aligned>(
ppcond
);
619
if (Len == 0)
ppcond
= nullptr;
622
return new PTHLexer(*PP, FID, data,
ppcond
, *this)
[
all
...]
Completed in 43 milliseconds