OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PType
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h
138
PredicateWithEdge(PredicateType
PType
, Value *Op, BasicBlock *From,
140
: PredicateBase(
PType
, Op, Cond), From(From), To(To) {}
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXLowerArgs.cpp
231
PointerType *
PType
= dyn_cast<PointerType>(Arg->getType());
233
assert(
PType
&& "Expecting pointer type in handleByValParam");
235
Type *StructType =
PType
->getElementType();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp
736
QualType
PType
= ArgTy->getPointeeType();
737
if ((!
PType
.isNull() && !
PType
.isConstQualified()) ||
/src/external/apache2/llvm/dist/clang/utils/TableGen/
RISCVVEmitter.cpp
590
auto
PType
= Transformer.back();
591
switch (
PType
) {
650
if (!VectorPrototypes.contains(
PType
))
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFAbstractMemberAccess.cpp
428
const DIType *
PType
= stripQualifiers(cast<DIType>(ParentType));
437
if (const auto *PtrTy = dyn_cast<DIDerivedType>(
PType
)) {
444
const auto *PTy = dyn_cast<DICompositeType>(
PType
);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
6908
QualType
PType
= PI->getType();
6909
CharUnits sz = getObjCEncodingTypeSize(
PType
);
6923
QualType
PType
= PVDecl->getOriginalType();
6925
dyn_cast<ArrayType>(
PType
->getCanonicalTypeInternal())) {
6929
PType
= PVDecl->getType();
6930
} else if (
PType
->isFunctionType())
6931
PType
= PVDecl->getType();
6933
getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None,
PType
,
6936
getObjCEncodingForType(
PType
, S);
6938
ParmOffset += getObjCEncodingTypeSize(
PType
);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp
867
llvm::Type *
PType
= CGF.ConvertTypeForMem(MPT->getPointeeType())
869
return Builder.CreateBitCast(Addr,
PType
);
MicrosoftCXXABI.cpp
3113
llvm::Type *
PType
=
3151
return Builder.CreateBitCast(Addr,
PType
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp
5687
QualType
PType
= Context.getTemplateSpecializationType(X, PArgs);
5693
return isAtLeastAsSpecializedAs(*this,
PType
, AType, AArg, Info);
Completed in 34 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026