Home
last modified time | relevance | path

Searched defs:FirstBlock (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_memory.h64 uint8_t* FirstBlock() const { return FirstFlag() + iChunkSize; } in FirstBlock() function
106 FX_LPDYNAMICSTOREBLOCK FirstBlock() const { in FirstBlock() function
/external/clang/lib/Analysis/
DThreadSafety.cpp2143 const CFGBlock *FirstBlock = *SortedGraph->begin(); in runAnalysis() local