OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RetType
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Target/Mips/
MipsOs16.cpp
53
Type*
RetType
= F.getReturnType();
54
switch (
RetType
->getTypeID()) {
Mips16HardFloat.cpp
172
Type*
RetType
= F.getReturnType();
173
return whichFPReturnVariant(
RetType
) != NoFPRet;
177
Type*
RetType
= FT.getReturnType();
178
return whichFPReturnVariant(
RetType
) != NoFPRet;
MipsAsmPrinter.cpp
907
const char *
RetType
;
911
// # Stub function to call
rettype
xxxx (params)
915
RetType
= "float";
918
RetType
= "double";
921
RetType
= "complex";
924
RetType
= "double complex";
927
RetType
= "";
[
all
...]
/external/llvm/include/llvm/Support/
Casting.h
44
RetType
;
45
static
RetType
getSimplifiedValue(const From& Val) {
/external/clang/test/CodeGen/
xcore-stringtype.c
94
typedef int
RetType
[2];
95
RetType
* arrayType(int A1[], int const volatile A2[2], int A3[][2],
/external/guice/core/test/com/google/inject/
MethodInterceptionTest.java
275
static class
RetType
extends ErasedType {}
280
RetType
aMethod(
RetType
obj);
282
public static class Impl extends Superclass<
RetType
> implements Interface {
/external/clang/lib/Analysis/
Consumed.cpp
684
QualType
RetType
= Fun->getCallResultType();
685
if (
RetType
->isReferenceType())
686
RetType
=
RetType
->getPointeeType();
688
if (isConsumableType(
RetType
)) {
693
ReturnState = mapConsumableAttrState(
RetType
);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
385
Type *
RetType
= T->getReturnType();
386
if (!
RetType
->isVoidTy())
387
RetType
= StructType::get(
RetType
, ShadowTy, (Type *)nullptr);
388
return FunctionType::get(
RetType
, ArgTypes, T->isVarArg());
397
Type *
RetType
= T->getReturnType();
398
if (!
RetType
->isVoidTy())
420
Type *
RetType
= T->getReturnType();
421
if (!
RetType
->isVoidTy())
[
all
...]
/external/clang/lib/AST/
Decl.cpp
[
all
...]
/external/clang/lib/Sema/
SemaStmt.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
Completed in 3688 milliseconds