OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RetType
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Target/Mips/
MipsOs16.cpp
36
Type*
RetType
= F.getReturnType();
37
switch (
RetType
->getTypeID()) {
Mips16HardFloat.cpp
168
Type*
RetType
= F.getReturnType();
169
return whichFPReturnVariant(
RetType
) != NoFPRet;
173
Type*
RetType
= FT.getReturnType();
174
return whichFPReturnVariant(
RetType
) != NoFPRet;
MipsAsmPrinter.cpp
836
const char *
RetType
;
840
// # Stub function to call
rettype
xxxx (params)
844
RetType
= "float";
847
RetType
= "double";
850
RetType
= "complex";
853
RetType
= "double complex";
856
RetType
= "";
883
OutStreamer.AddComment("\t# Stub function to call " + Twine(
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
86
typedef int
RetType
[2];
87
RetType
* arrayType(int A1[], int const volatile A2[2], int A3[][2],
/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/Instrumentation/
DataFlowSanitizer.cpp
350
Type *
RetType
= T->getReturnType();
351
if (!
RetType
->isVoidTy())
352
RetType
= StructType::get(
RetType
, ShadowTy, (Type *)nullptr);
353
return FunctionType::get(
RetType
, ArgTypes, T->isVarArg());
363
Type *
RetType
= T->getReturnType();
364
if (!
RetType
->isVoidTy())
385
Type *
RetType
= T->getReturnType();
386
if (!
RetType
->isVoidTy())
[
all
...]
/external/clang/lib/Sema/
SemaStmt.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
Completed in 2475 milliseconds