OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:At
(Results
1 - 25
of
177
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/usr.bin/make/unit-tests/
varname-dot-parsedir.exp
1
make: varname-dot-parsedir.mk:37:
At
this point, .PARSEDIR is undefined.
4
At
run time, .PARSEDIR is undefined.
varname-dot-parsefile.exp
1
make: varname-dot-parsefile.mk:32:
At
this point, .PARSEFILE is undefined.
4
At
run time, .PARSEFILE is undefined.
export-variants.mk
12
. warning
At
this point, no variable should be exported.
16
. warning
At
this point, no variable should be exported.
20
. warning
At
this point, no variable should be exported.
28
. warning
At
this point, a single variable should be exported.
32
. warning
At
this point, a single variable should be exported.
36
. warning
At
this point, a single variable should be exported.
doterror.exp
0
At
first, I am
directive-elifdef.mk
6
#
At
this point, VAR is not defined, so the condition evaluates to false.
14
#
At
this point, VAR is defined, so the condition evaluates to true.
directive-elifndef.mk
6
#
At
this point, VAR is not yet defined, and due to the 'n' in 'elifndef' the
16
#
At
this point, VAR is defined, and due to the 'n' in 'elifndef' the
unexport.mk
12
# was not reachable though.
At
that point, backslash-newline has already
varname-dollar.mk
14
#
At
this point, the variable '$' is not defined. Therefore the second line
25
#
At
this point, the variable '$' is defined, therefore its value is printed
varname-dot-parsedir.mk
36
# expect+1:
At
this point, .PARSEDIR is undefined.
37
.info
At
this point, .PARSEDIR is undefined.
51
@echo
At
run time, .PARSEDIR is ${.PARSEDIR:Uundefined}.
varname-dot-parsefile.mk
31
# expect+1:
At
this point, .PARSEFILE is undefined.
32
.info
At
this point, .PARSEFILE is undefined.
46
@echo
At
run time, .PARSEFILE is ${.PARSEFILE:Uundefined}.
directive-export-impl.mk
19
# This is a variable that references another variable.
At
this point, the
23
#
At
this point, ExportVar("UT_VAR", VEM_PLAIN) is called. Since the
34
#
At
the last moment before actually forking off the child process for the
dep-var.mk
15
# feels like unintended behavior.
At
least the manual page says nothing
at
18
#
At
the point where the expression ${DEF2} is expanded, the variable DEF2
30
# "${INDIRECT_1}".
At
this point, the dollar is just an ordinary character,
31
# waiting to be expanded
at
some later point.
42
# variable is expanded when the shell command is generated.
At
that point,
/src/etc/rc.d/
automount
27
/sbin/umount -
At
autofs
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_ignoreset.h
29
u32
At
(uptr i) const;
tsan_ignoreset.cc
41
u32 IgnoreSet::
At
(uptr i) const {
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_ignoreset.h
26
StackID
At
(uptr i) const;
tsan_ignoreset.cpp
32
StackID IgnoreSet::
At
(uptr i) const {
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_ignoreset.h
26
StackID
At
(uptr i) const;
tsan_ignoreset.cpp
32
StackID IgnoreSet::
At
(uptr i) const {
/src/external/apache2/llvm/dist/clang/lib/Format/
FormatTokenLexer.cpp
186
auto &
At
= *(Tokens.end() - 2);
188
if (!
At
->is(tok::
at
) || !String->is(tok::string_literal))
190
At
->Tok.setKind(tok::string_literal);
191
At
->TokenText = StringRef(
At
->TokenText.begin(),
192
String->TokenText.end() -
At
->TokenText.begin());
193
At
->ColumnWidth += String->ColumnWidth;
194
At
->setType(TT_ObjCStringLiteral);
281
auto &
At
= *(Tokens.end() - 2)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVExtract.cpp
123
auto EmitAddr = [&] (MachineBasicBlock &BB, MachineBasicBlock::iterator
At
,
127
auto MIB = BuildMI(BB,
At
, dl, HII->get(FiOpc), AddrR);
145
// and AP may not be available
at
the location of the load/store.
150
MachineBasicBlock::iterator
At
= std::next(DefI->getIterator());
155
Register AddrR = EmitAddr(DefB,
At
, DefI->getDebugLoc(), FI, 0);
156
BuildMI(DefB,
At
, DefI->getDebugLoc(), HII->get(StoreOpc))
HexagonGenMux.cpp
107
MachineBasicBlock::iterator
At
;
115
:
At
(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(&D1),
296
// Check if the conversion to MUX is possible (either "up", i.e.
at
the
327
MachineBasicBlock::iterator
At
= CanDown ? Def2 : Def1;
328
ML.push_back(MuxInfo(
At
, DR, PR, SrcT, SrcF, Def1, Def2));
338
if (!MX.
At
->getParent() || !MX.Def1->getParent() || !MX.Def2->getParent())
341
MachineBasicBlock &B = *MX.
At
->getParent();
342
const DebugLoc &DL = B.findDebugLoc(MX.
At
);
343
auto NewMux = BuildMI(B, MX.
At
, DL, HII->get(MxOpc), MX.DefR)
HexagonEarlyIfConv.cpp
196
void predicateInstr(MachineBasicBlock *ToB, MachineBasicBlock::iterator
At
,
199
MachineBasicBlock::iterator
At
, MachineBasicBlock *FromB,
202
unsigned buildMux(MachineBasicBlock *B, MachineBasicBlock::iterator
At
,
240
LLVM_DEBUG(dbgs() << "Checking flow pattern
at
" << printMBBReference(*B)
322
// !TOk && FOk (
at
least one must be true by now).
429
// execute
at
run-time. If we convert this case, the "undef" will
459
// a MUX may be needed. Otherwise the PHI will need to be updated
at
710
MachineBasicBlock::iterator
At
, MachineInstr *MI,
713
if (
At
!= ToB->end())
714
DL =
At
->getDebugLoc()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
StratifiedSets.h
74
/// containing variable B, then
at
some point, a variable that has interacted
162
/// that ended up in between %i and %ipp
at
the time of merging (in this case,
170
/// than doing this
at
each merge, we note in the BuilderLink structure that a
396
/// Adds the given element
at
the given index, merging sets if necessary.
414
/// Gets the BuilderLink
at
the given index, taking set remapping into
446
// CASE 1: If the set
at
`Idx1` is above or below `Idx2`, we need to merge
455
// CASE 2: The set
at
`Idx1` is not in the same chain as the set
at
`Idx2`.
460
/// Merges two sets assuming that the set
at
`Idx1` is unreachable from
461
/// traversing above or below the set
at
`Idx2`
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.h
122
uint8_t
At
, PseudoProbeInlineTree *Tree)
123
: Address(Ad), GUID(G), Index(I), Type(K), Attribute(
At
),
217
// Current probe(bar:3) inlined
at
foo:2 then inlined
at
main:1
Completed in 26 milliseconds
1
2
3
4
5
6
7
8
Indexes created Fri Apr 10 00:22:58 UTC 2026