OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTy
(Results
1 - 15
of
15
) sorted by null
/external/clang/lib/Sema/
SemaExprCXX.cpp
[
all
...]
SemaExprMember.cpp
529
SourceRange BaseRange, const RecordType *
RTy
,
532
RecordDecl *RDecl =
RTy
->getDecl();
533
if (SemaRef.RequireCompleteType(OpLoc, QualType(
RTy
, 0),
540
QualType ObjectType = SS.isSet() ? QualType() : QualType(
RTy
, 0);
[
all
...]
SemaType.cpp
[
all
...]
/external/llvm/include/llvm/Analysis/
DIBuilder.h
113
DIType createReferenceType(DIType
RTy
);
/external/clang/lib/CodeGen/
CodeGenTypes.cpp
378
const ReferenceType *
RTy
= cast<ReferenceType>(Ty);
379
QualType ETy =
RTy
->getPointeeType();
CGDebugInfo.cpp
442
if (const RecordType *
RTy
= dyn_cast<RecordType>(PointeeTy)) {
443
RecordDecl *RD =
RTy
->getDecl();
[
all
...]
CGExprScalar.cpp
737
llvm::VectorType *
RTy
= llvm::VectorType::get(LTy->getElementType(),
739
Value* NewV = llvm::UndefValue::get(
RTy
);
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
900
QualType
RTy
= R->getValueType();
911
if (
RTy
->isStructureOrClassType())
915
if (
RTy
->isUnionType())
918
if (
RTy
->isArrayType())
922
if (
RTy
->isVectorType())
[
all
...]
/external/llvm/lib/Transforms/Utils/
InlineFunction.cpp
[
all
...]
/external/llvm/lib/Analysis/
DIBuilder.cpp
144
DIType DIBuilder::createReferenceType(DIType
RTy
) {
156
RTy
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
716
DIDescriptor
RTy
= Elements.getElement(0);
717
addType(&Buffer, DIType(
RTy
));
[
all
...]
/external/llvm/utils/TableGen/
Record.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 393 milliseconds