HomeSort by relevance Sort by last modified time
    Searched full:startbuf (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/lib/Rewrite/
RewriteObjC.cpp 430 bool BufferContainsPPDirectives(const char *startBuf, const char *endBuf);
769 const char *startBuf = SM->getCharacterData(startLoc);
770 assert((*startBuf == '@') && "bogus @synthesize location");
771 const char *semiBuf = strchr(startBuf, ';');
774 startLoc.getLocWithOffset(semiBuf-startBuf+1);
    [all...]
RewriteModernObjC.cpp 465 bool BufferContainsPPDirectives(const char *startBuf, const char *endBuf);
787 const char *startBuf = SM->getCharacterData(startLoc);
788 assert((*startBuf == '@') && "bogus @synthesize location");
789 const char *semiBuf = strchr(startBuf, ';');
792 startLoc.getLocWithOffset(semiBuf-startBuf+1);
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.h 46 explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &,
LLLexer.cpp 166 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err,
168 : CurBuf(StartBuf), ErrorInfo(Err), SM(sm), Context(C), APFloatVal(0.0) {
  /external/tcpdump/
print-smb.c 30 const u_char *startbuf = NULL; variable
812 startbuf = buf;
946 startbuf = data;
1109 startbuf = data;
    [all...]
smbutil.c 29 extern const u_char *startbuf;
351 if (((s - startbuf) % 2) != 0) {
699 name_type = name_extract(startbuf, PTR_DIFF(buf, startbuf),
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 2112 register char * startbuf; local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 497 const char *startBuf, *endBuf;
506 clang_getDefinitionSpellingAndExtent(Cursor, &startBuf, &endBuf,
513 while (startBuf < endBuf) {
518 if (*startBuf == '\n') {
519 startBuf++;
522 } else if (*startBuf != '\t')
543 startBuf++;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 
ar 
objcopy 
ranlib 
strip 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-size 
arm-eabi-strings 
arm-eabi-ar 
arm-eabi-gprof 
arm-eabi-objcopy 
arm-eabi-ranlib 
arm-eabi-run 

Completed in 679 milliseconds

1 2