OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPseudo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h
701
bool
IsPseudo
;
799
/// Parses \p Name as a (pseudo if \p
IsPseudo
is true) numeric variable use
806
StringRef Name, bool
IsPseudo
, Optional<size_t> LineNumber,
FileCheck.cpp
445
bool
IsPseudo
= Str[0] == '@';
448
if (Str[0] == '$' ||
IsPseudo
)
461
return VariableProperties {Name,
IsPseudo
};
490
if (ParseVarResult->
IsPseudo
)
521
StringRef Name, bool
IsPseudo
, Optional<size_t> LineNumber,
523
if (
IsPseudo
&& !Name.equals("@LINE"))
582
ParseVarResult->
IsPseudo
, LineNumber,
1059
bool
IsPseudo
= ParseVarResult->
IsPseudo
;
1064
if ((
IsPseudo
|| !MatchStr.consume_front(":")))
[
all
...]
Completed in 19 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026