OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
375
CHAR16 *
PathPtr
;
459
PathPtr
= StrStr(String, L"&PATH");
461
if (
PathPtr
!= NULL && KeywordPtr != NULL) {
465
String = KeywordPtr >
PathPtr
?
PathPtr
: KeywordPtr;
466
} else if (
PathPtr
!= NULL) {
468
// Should not exist
PathPtr
!= NULL && KeywordPtr == NULL case.
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
Completed in 1320 milliseconds