OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOR
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/historical/nawk/dist/
awkgram.y
58
%token <i> AND
BOR
APPEND EQ GE GT LE LT NE IN
76
%type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and
bor
83
%left
BOR
112
bor
:
label
113
BOR
|
bor
NL
207
| ppattern
bor
ppattern %prec
BOR
208
{ $$ = op2(
BOR
, notnull($1), notnull($3)); }
229
| pattern
bor
pattern %prec BO
[
all
...]
maketab.c
47
{
BOR
, "boolop", " || " },
lex.c
258
input(); RET(
BOR
);
run.c
855
case
BOR
:
/src/bin/test/
test.c
86
BOR
,
153
{"o",
BOR
, BBINOP},
428
if (t_lex(*++t_wp) ==
BOR
)
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
1450
const auto *
BOR
= cast<CXXBaseObjectRegion>(R);
1451
R =
BOR
->getSuperRegion();
1474
if (
BOR
->isVirtual()) {
1475
if (!Child->isVirtuallyDerivedFrom(
BOR
->getDecl()))
1478
if (!isImmediateBase(Child,
BOR
->getDecl()))
1491
if (
BOR
->isVirtual())
1492
BaseOffset = Layout.getVBaseClassOffset(
BOR
->getDecl());
1494
BaseOffset = Layout.getBaseClassOffset(
BOR
->getDecl());
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026