OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResultTy
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Analysis/
LazyValueInfo.cpp
731
IntegerType *
ResultTy
= cast<IntegerType>(BBI->getType());
765
Result.markConstantRange(LHSRange.truncate(
ResultTy
->getBitWidth()));
768
Result.markConstantRange(LHSRange.signExtend(
ResultTy
->getBitWidth()));
771
Result.markConstantRange(LHSRange.zeroExtend(
ResultTy
->getBitWidth()));
[
all
...]
/external/clang/include/clang/Sema/
Overload.h
553
QualType
ResultTy
;
/external/llvm/lib/VMCore/
ConstantFold.cpp
[
all
...]
Constants.cpp
[
all
...]
/external/clang/lib/Sema/
SemaTemplateDeduction.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
525
Type *
ResultTy
= 0;
536
ResultTy
= Type::getVoidTy(Context);
539
ResultTy
= Type::getFloatTy(Context);
542
ResultTy
= Type::getDoubleTy(Context);
545
ResultTy
= Type::getX86_FP80Ty(Context);
548
ResultTy
= Type::getFP128Ty(Context);
551
ResultTy
= Type::getPPC_FP128Ty(Context);
554
ResultTy
= Type::getLabelTy(Context);
557
ResultTy
= Type::getMetadataTy(Context);
560
ResultTy
= Type::getX86_MMXTy(Context)
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
538
Type *
ResultTy
= 0;
549
ResultTy
= Type::getVoidTy(Context);
552
ResultTy
= Type::getFloatTy(Context);
555
ResultTy
= Type::getDoubleTy(Context);
558
ResultTy
= Type::getX86_FP80Ty(Context);
561
ResultTy
= Type::getFP128Ty(Context);
564
ResultTy
= Type::getPPC_FP128Ty(Context);
567
ResultTy
= Type::getLabelTy(Context);
570
ResultTy
= Type::getMetadataTy(Context);
573
ResultTy
= Type::getX86_MMXTy(Context)
[
all
...]
/external/clang/lib/AST/
ASTImporter.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CFRefCount.cpp
864
QualType
ResultTy
= MD->getResultType();
871
return getInstanceMethodSummary(S, ClsName, ID, MD,
ResultTy
);
873
return getClassMethodSummary(S, ClsName, ID, MD,
ResultTy
);
[
all
...]
Completed in 543 milliseconds