OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OrigTy
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp
38
QualType
OrigTy
= Ctx.getCanonicalType(E->getType());
41
const PointerType *OrigPTy = dyn_cast<PointerType>(
OrigTy
.getTypePtr());
/external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
573
Type *
OrigTy
= cast<PointerType>(OrigPtrTy)->getElementType();
574
assert(
OrigTy
->isSized());
575
uint32_t TypeSize = TD->getTypeStoreSizeInBits(
OrigTy
);
AddressSanitizer.cpp
664
Type *
OrigTy
= cast<PointerType>(OrigPtrTy)->getElementType();
666
assert(
OrigTy
->isSized());
667
uint32_t TypeSize = TD->getTypeStoreSizeInBits(
OrigTy
);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp
641
EVT
OrigTy
= cast<VTSDNode>(Op->getOperand(1))->getVT();
644
unsigned OrigBW =
OrigTy
.getScalarType().getSizeInBits();
Completed in 56 milliseconds