OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NamePrefix
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahdecode.c
176
* PARAMETERS:
NamePrefix
- Name or prefix to find. Must start with
189
char *
NamePrefix
)
196
if (!
NamePrefix
|| (*
NamePrefix
== '*'))
202
Length = strlen (
NamePrefix
);
206
NamePrefix
);
212
AcpiUtStrupr (
NamePrefix
);
213
if (*
NamePrefix
== '_')
215
NamePrefix
++;
219
AcpiUtSafeStrncpy (&Name[1],
NamePrefix
, 4)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp
62
const char *
NamePrefix
) {
68
GlobalValue::PrivateLinkage, StrConst,
NamePrefix
);
InstrProfiling.cpp
737
StringRef
NamePrefix
= getInstrProfNameVarPrefix();
738
StringRef Name = Inc->getName()->getName().substr(
NamePrefix
.size());
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Instrumentation.h
44
const char *
NamePrefix
= "");
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp
1402
const Twine &
NamePrefix
) {
1412
BasePtr, Indices,
NamePrefix
+ "sroa_idx");
1427
const Twine &
NamePrefix
) {
1429
return buildGEP(IRB, BasePtr, Indices,
NamePrefix
);
1461
return buildGEP(IRB, BasePtr, Indices,
NamePrefix
);
1472
const Twine &
NamePrefix
) {
1475
NamePrefix
);
1498
Offset, TargetTy, Indices,
NamePrefix
);
1512
Indices,
NamePrefix
);
1531
Indices,
NamePrefix
);
[
all
...]
/src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp
501
StringRef
NamePrefix
, StringRef CallPrefix);
511
void emitPrototype(StringRef
NamePrefix
);
1139
void Intrinsic::emitPrototype(StringRef
NamePrefix
) {
1145
OS <<
NamePrefix
.str() << mangleName(Name, ClassS) << "(";
1832
StringRef
NamePrefix
, StringRef CallPrefix) {
1848
emitPrototype(
NamePrefix
);
Completed in 112 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026