OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SourcePtr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/include/
acmacros.h
368
#define ACPI_GET_BITS(
SourcePtr
, Position, Mask) \
369
((*(
SourcePtr
) >> (Position)) & (Mask))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
226
bool processLoopStoreOfLoopLoad(Value *DestPtr, Value *
SourcePtr
,
1189
Value *DestPtr, Value *
SourcePtr
, unsigned StoreSize, MaybeAlign StoreAlign,
1252
unsigned LdAS =
SourcePtr
->getType()->getPointerAddressSpace();
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp
507
const char *
SourcePtr
=
509
if (!IsInvalid && *
SourcePtr
== ' ') {
510
SourcePtr
=
512
if (!IsInvalid && *
SourcePtr
== ' ') {
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026