OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExprLen
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/make/unit-tests/
directive-for-escape.mk
36
# Cover the code in
ExprLen
.
43
# See for.c, function
ExprLen
.
72
# Try to cover the code for nested '{}' in
ExprLen
, without success.
127
# The second attempt to cover the code for nested '{}' in
ExprLen
.
129
# XXX: It is not the job of
ExprLen
to parse an expression, it is naive to
130
# expect
ExprLen
to get all the details right in just a few lines of code.
/src/usr.bin/make/
for.c
300
ExprLen
(const char *s, const char *e)
343
size_t len =
ExprLen
(p + 1, item.end);
347
* See directive-for-escape.mk,
ExprLen
.
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp
2147
unsigned
ExprLen
= End.getPointer() - Start.getPointer();
2154
ExprLen
= End.getPointer() - (SymName.data() + SymName.size());
2158
if (
ExprLen
)
2159
InstInfo->AsmRewrites->emplace_back(AOK_Skip, Loc,
ExprLen
);
2176
InstInfo->AsmRewrites->emplace_back(Loc,
ExprLen
, Expr);
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026