OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BPT
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp
37
const BlockPointerType *
BPT
= Ty->getAs<BlockPointerType>();
38
if (!
BPT
)
44
BPT
->getPointeeType()->getAs<FunctionProtoType>();
/src/sys/arch/sparc/sparc/
locore.s
325
#define
BPT
VTRAP(T_BREAKPOINT,
bpt
)
326
#define BPT_KGDB_EXEC VTRAP(T_KGDB_EXEC,
bpt
)
328
#define
BPT
TRAP(T_BREAKPOINT)
493
BPT
! 81 = pseudo breakpoint instruction
754
BPT
! 81 = pseudo breakpoint instruction
1015
BPT
! 81 = pseudo breakpoint instruction
2210
*
bpt
is entered on all breakpoint traps.
2214
bpt
:
label
/src/sys/arch/sparc64/sparc64/
locore.s
373
#define
BPT
VTRAP(T_BREAKPOINT,
bpt
)
374
#define BPT_KGDB_EXEC VTRAP(T_KGDB_EXEC,
bpt
)
376
#define
BPT
TRAP(T_BREAKPOINT)
811
BPT
! 0x101 = pseudo breakpoint instruction
1022
BPT
! 0x101 = pseudo breakpoint instruction
1157
BPT
! 0x101 = pseudo breakpoint instruction
3964
*
bpt
is entered on all breakpoint traps.
3968
bpt
:
label
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeTILEGX_64.c
151
#define
BPT
create_Mode(TILEGX_X_MODE) | create_Opcode_X1(RRR_0_OPCODE_X1) | \
2183
return PI(
BPT
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
1180
const auto *
BPT
= E->getCallee()->getType()->castAs<BlockPointerType>();
1184
QualType FnType =
BPT
->getPointeeType();
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
508
const auto *
BPT
= T->castAs<BlockPointerType>();
509
T = Context->getPointerType(
BPT
->getPointeeType());
1218
else if (const BlockPointerType *
BPT
= retType->getAs<BlockPointerType>())
1219
PointeeTy =
BPT
->getPointeeType();
4819
const BlockPointerType *
BPT
= QT->getAs<BlockPointerType>();
4820
assert(
BPT
&& "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4821
FTP =
BPT
->getPointeeType()->getAs<FunctionProtoType>();
4837
const BlockPointerType *
BPT
= QT->getAs<BlockPointerType>();
4838
assert(
BPT
&& "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4839
FTP =
BPT
->getPointeeType()->getAs<FunctionProtoType>()
[
all
...]
RewriteObjC.cpp
419
const auto *
BPT
= T->castAs<BlockPointerType>();
420
T = Context->getPointerType(
BPT
->getPointeeType());
1052
else if (const BlockPointerType *
BPT
= retType->getAs<BlockPointerType>())
1053
PointeeTy =
BPT
->getPointeeType();
3974
const BlockPointerType *
BPT
= QT->getAs<BlockPointerType>();
3975
assert(
BPT
&& "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
3976
FTP =
BPT
->getPointeeType()->getAs<FunctionProtoType>();
3992
const BlockPointerType *
BPT
= QT->getAs<BlockPointerType>();
3993
assert(
BPT
&& "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
3994
FTP =
BPT
->getPointeeType()->getAs<FunctionProtoType>()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
808
const BlockPointerType *
BPT
=
811
BPT
->getPointeeType()->castAs<FunctionProtoType>()->getParamTypes();
907
const BlockPointerType *
BPT
=
910
BPT
->getPointeeType()->castAs<FunctionProtoType>()->getNumParams();
1001
const BlockPointerType *
BPT
=
1003
if (
BPT
->getPointeeType()->castAs<FunctionProtoType>()->getNumParams() > 0) {
Completed in 65 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026