HomeSort by relevance Sort by last modified time
    Searched refs:PathPtr (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
APValue.cpp 44 LValuePathEntry *PathPtr;
54 delete [] PathPtr;
57 PathPtr = new LValuePathEntry[Length];
63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; }
65 return hasPathPtr() ? PathPtr : Path;
82 PathElem *PathPtr;
92 delete [] PathPtr;
95 PathPtr = new PathElem[Length];
100 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; }
102 return hasPathPtr() ? PathPtr : Path
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c 377 CHAR16 *PathPtr;
461 PathPtr = StrStr(String, L"&PATH");
463 if (PathPtr != NULL && KeywordPtr != NULL) {
467 String = KeywordPtr > PathPtr ? PathPtr : KeywordPtr;
468 } else if (PathPtr != NULL) {
470 // Should not exist PathPtr != NULL && KeywordPtr == NULL case.
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 176 milliseconds