/external/clang/lib/Format/ |
Format.cpp | 740 // Second, check that the next line does not contain any braces - if it 747 Tok = Tok->Next; 781 for (const FormatToken *Tok = Line->First; Tok; Tok = Tok->Next) { [all...] |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | [all...] |
/external/clang/lib/Lex/ |
Lexer.cpp | [all...] |
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | [all...] |
ParseExprCXX.cpp | 80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, 83 if (!Next.is(tok::l_square) || Next.getLength() != 2) 87 if (!SecondToken.is(tok::colon) || !areTokensAdjacent(Next, SecondToken)) 99 FixDigraph(*this, PP, Next, SecondToken, tok::unknown, 324 // If the next token is not '<', we have a qualified-id that refers 407 Token Next = NextToken(); 411 if (Next.is(tok::colon) && !ColonIsSacred) { 414 Next.getLocation(), ObjectType, 420 Diag(Next, diag::err_unexpected_colon_in_nested_name_spec [all...] |
/external/llvm/lib/IR/ |
Verifier.cpp | [all...] |
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | [all...] |
/external/llvm/lib/Target/R600/ |
AMDILCFGStructurizer.cpp | 590 MachineBasicBlock::succ_iterator Next = It; 591 ++Next; 592 return (*It == TrueBranch) ? *Next : *It; 872 // Continue on next component in the current scc. [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
DataFlowSanitizer.cpp | 740 // instruction's next pointer and moving the next instruction to the 742 Instruction *Next = Inst->getNextNode(); 750 Inst = Next; [all...] |
/external/llvm/utils/TableGen/ |
DAGISelMatcher.h | 41 // The next matcher node that is executed after this one. Null if this is the 43 std::unique_ptr<Matcher> Next; 97 Matcher *getNext() { return Next.get(); } 98 const Matcher *getNext() const { return Next.get(); } 99 void setNext(Matcher *C) { Next.reset(C); } 100 Matcher *takeNext() { return Next.release(); } 102 std::unique_ptr<Matcher> &getNextPtr() { return Next; } 152 /// we unlink the next pointer and return it. Otherwise we unlink Other from 188 /// one that successfully matches. If one child fails, it tries the next child. 189 /// If none of the children match then this check fails. It never has a 'next' [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | 84 struct PosixEventSource *Next; 544 intf = (PosixNetworkInterface *)(intf->coreIntf.next); 561 intf = (PosixNetworkInterface *)(intf->coreIntf.next); 579 intf = (PosixNetworkInterface *)(intf->coreIntf.next); 924 // Use intfName instead of intf->intfName in the next line to avoid dereferencing NULL. [all...] |
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
cmscgats.c | 91 struct _KeyVal* Next; 93 struct _KeyVal* NextSubkey; // If key is a dictionary, points to the next item 104 struct _OwnedMem* Next; 484 // Read Next character from stream 681 // Reads next symbol 845 // Next line 1034 n = p->Next; [all...] |
cmsopt.c | 112 cmsStage* next = mpe ->Next; local 113 *head = next; 131 pt = &((*pt) -> Next); 150 pt2 = &((*pt1) -> Next); 159 pt1 = &((*pt1) -> Next); [all...] |
cmspack.c | 139 // Extra channels are just ignored because come in the next planes [all...] |
lcms2_internal.h | 370 struct _cmsSubAllocator_chunk_st* next; member in struct:_cmsSubAllocator_chunk_st 433 struct _cmsContext_struct* Next; // Points to next context in the new style 809 struct _cmsStage_struct* Next; [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 363 // Return true if the next characters in the stream are any of the endTag sequences. 559 the next one. If the previous child is null, it returns the 631 const TiXmlNode* NextSibling() const { return next; } 632 TiXmlNode* NextSibling() { return next; } 764 TiXmlNode* next; member in class:TiXmlNode 788 prev = next = 0; 798 prev = next = 0; 808 prev = next = 0; 848 /// Get the next sibling attribute in the DOM. Returns null at end. 849 const TiXmlAttribute* Next() const 887 TiXmlAttribute* next; member in class:TiXmlAttribute [all...] |
/external/tinyxml2/ |
tinyxml2.h | 268 block->chunk[i].next = &block->chunk[i+1];
270 block->chunk[COUNT-1].next = 0;
274 root = root->next;
286 chunk->next = root;
297 Chunk* next;
member in union:tinyxml2::MemPoolT::Chunk 507 /// Get the next (right) sibling node of this node.
508 const XMLNode* NextSibling() const { return next; }
509 XMLNode* NextSibling() { return next; }
511 /// Get the next (right) sibling element of this node, with an opitionally supplied name.
600 XMLNode* next;
member in class:tinyxml2::XMLNode 831 XMLAttribute* next; member in class:tinyxml2::XMLAttribute [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
bits.h | 152 virtual HRESULT WINAPI Next(ULONG celt,IBackgroundCopyFile **rgelt,ULONG *pceltFetched) = 0; 164 HRESULT (WINAPI *Next)(IEnumBackgroundCopyFiles *This,ULONG celt,IBackgroundCopyFile **rgelt,ULONG *pceltFetched); 178 #define IEnumBackgroundCopyFiles_Next(This,celt,rgelt,pceltFetched) (This)->lpVtbl->Next(This,celt,rgelt,pceltFetched) 483 virtual HRESULT WINAPI Next(ULONG celt,IBackgroundCopyJob **rgelt,ULONG *pceltFetched) = 0; [all...] |
certcli.h | 182 virtual HRESULT WINAPI Next(LONG *pIndex) = 0; 197 HRESULT (WINAPI *Next)(ICertConfig *This,LONG *pIndex); 214 #define ICertConfig_Next(This,pIndex) (This)->lpVtbl->Next(This,pIndex) 248 HRESULT (WINAPI *Next)(ICertConfig2 *This,LONG *pIndex); 266 #define ICertConfig2_Next(This,pIndex) (This)->lpVtbl->Next(This,pIndex)
|
certview.h | 124 virtual HRESULT WINAPI Next(LONG *pIndex) = 0; 145 HRESULT (WINAPI *Next)(IEnumCERTVIEWCOLUMN *This,LONG *pIndex); 168 #define IEnumCERTVIEWCOLUMN_Next(This,pIndex) (This)->lpVtbl->Next(This,pIndex) 208 virtual HRESULT WINAPI Next(LONG *pIndex) = 0; 225 HRESULT (WINAPI *Next)(IEnumCERTVIEWATTRIBUTE *This,LONG *pIndex); 244 #define IEnumCERTVIEWATTRIBUTE_Next(This,pIndex) (This)->lpVtbl->Next(This,pIndex) 272 virtual HRESULT WINAPI Next(LONG *pIndex) = 0; 290 HRESULT (WINAPI *Next)(IEnumCERTVIEWEXTENSION *This,LONG *pIndex); 310 #define IEnumCERTVIEWEXTENSION_Next(This,pIndex) (This)->lpVtbl->Next(This,pIndex) 341 virtual HRESULT WINAPI Next(LONG *pIndex) = 0 [all...] |
dbgprop.h | 200 virtual HRESULT WINAPI Next(ULONG celt,DebugPropertyInfo *pi,ULONG *pcEltsfetched) = 0; 212 HRESULT (WINAPI *Next)(IEnumDebugPropertyInfo *This,ULONG celt,DebugPropertyInfo *pi,ULONG *pcEltsfetched); 226 #define IEnumDebugPropertyInfo_Next(This,celt,pi,pcEltsfetched) (This)->lpVtbl->Next(This,celt,pi,pcEltsfetched) 297 virtual HRESULT WINAPI Next(ULONG celt,ExtendedDebugPropertyInfo *rgExtendedPropertyInfo,ULONG *pceltFetched) = 0; 309 HRESULT (WINAPI *Next)(IEnumDebugExtendedPropertyInfo *This,ULONG celt,ExtendedDebugPropertyInfo *rgExtendedPropertyInfo,ULONG *pceltFetched); 323 #define IEnumDebugExtendedPropertyInfo_Next(This,celt,rgExtendedPropertyInfo,pceltFetched) (This)->lpVtbl->Next(This,celt,rgExtendedPropertyInfo,pceltFetched) [all...] |
iptypes.h | 37 struct _IP_ADDR_STRING *Next; 44 struct _IP_ADAPTER_INFO *Next; 78 struct _IP_ADAPTER_UNICAST_ADDRESS_XP *Next; 96 struct _IP_ADAPTER_UNICAST_ADDRESS_LH *Next; 123 struct _IP_ADAPTER_ANYCAST_ADDRESS_XP *Next; 137 struct _IP_ADAPTER_MULTICAST_ADDRESS_XP *Next; 155 struct _IP_ADAPTER_DNS_SERVER_ADDRESS_XP *Next; 169 struct _IP_ADAPTER_PREFIX_XP *Next; 184 struct _IP_ADAPTER_WINS_SERVER_ADDRESS_LH *Next; 200 struct _IP_ADAPTER_GATEWAY_ADDRESS_LH *Next; [all...] |
mobsync.h | 341 virtual HRESULT WINAPI Next(ULONG celt,LPSYNCMGRITEM rgelt,ULONG *pceltFetched) = 0; 352 HRESULT (WINAPI *Next)(ISyncMgrEnumItems *This,ULONG celt,LPSYNCMGRITEM rgelt,ULONG *pceltFetched); 365 #define ISyncMgrEnumItems_Next(This,celt,rgelt,pceltFetched) (This)->lpVtbl->Next(This,celt,rgelt,pceltFetched)
|
pstore.h | 247 virtual HRESULT WINAPI Next(DWORD celt,LPWSTR *rgelt,DWORD *pceltFetched) = 0; 258 HRESULT (WINAPI *Next)(IEnumPStoreItems *This,DWORD celt,LPWSTR *rgelt,DWORD *pceltFetched); 271 #define IEnumPStoreItems_Next(This,celt,rgelt,pceltFetched) (This)->lpVtbl->Next(This,celt,rgelt,pceltFetched) 293 virtual HRESULT WINAPI Next(DWORD celt,GUID *rgelt,DWORD *pceltFetched) = 0; 304 HRESULT (WINAPI *Next)(IEnumPStoreTypes *This,DWORD celt,GUID *rgelt,DWORD *pceltFetched); 317 #define IEnumPStoreTypes_Next(This,celt,rgelt,pceltFetched) (This)->lpVtbl->Next(This,celt,rgelt,pceltFetched) 460 virtual HRESULT WINAPI Next(DWORD celt,PST_PROVIDERINFO **rgelt,DWORD *pceltFetched) = 0; 471 HRESULT (WINAPI *Next)(IEnumPStoreProviders *This,DWORD celt,PST_PROVIDERINFO **rgelt,DWORD *pceltFetched); 484 #define IEnumPStoreProviders_Next(This,celt,rgelt,pceltFetched) (This)->lpVtbl->Next(This,celt,rgelt,pceltFetched)
|
qmgr.h | 188 virtual HRESULT WINAPI Next(ULONG celt,GUID *rgelt,ULONG *pceltFetched) = 0; 200 HRESULT (WINAPI *Next)(IEnumBackgroundCopyJobs1 *This,ULONG celt,GUID *rgelt,ULONG *pceltFetched); 214 #define IEnumBackgroundCopyJobs1_Next(This,celt,rgelt,pceltFetched) (This)->lpVtbl->Next(This,celt,rgelt,pceltFetched) 346 virtual HRESULT WINAPI Next(ULONG celt,GUID *rgelt,ULONG *pceltFetched) = 0; 358 HRESULT (WINAPI *Next)(IEnumBackgroundCopyGroups *This,ULONG celt,GUID *rgelt,ULONG *pceltFetched); 372 #define IEnumBackgroundCopyGroups_Next(This,celt,rgelt,pceltFetched) (This)->lpVtbl->Next(This,celt,rgelt,pceltFetched) [all...] |