OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParamTys
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/TableGen/
IntrinsicEmitter.cpp
343
const std::vector<Record*> &
ParamTys
= ArgTypes.second;
347
<<
ParamTys
.size();
378
for (unsigned j = 0, je =
ParamTys
.size(); j != je; ++j) {
379
Record *ArgType =
ParamTys
[j];
440
const std::vector<Record*> &
ParamTys
= ArgTypes.second;
442
unsigned N =
ParamTys
.size();
445
getValueType(
ParamTys
[N - 1]->getValueAsDef("VT")) == MVT::isVoid) {
457
EmitTypeGenerate(OS,
ParamTys
[j], ArgNo);
/external/llvm/lib/CodeGen/
IntrinsicLowering.cpp
32
std::vector<Type *>
ParamTys
;
34
ParamTys
.push_back(I->getType());
35
M.getOrInsertFunction(Name, FunctionType::get(RetTy,
ParamTys
, false));
72
std::vector<Type *>
ParamTys
;
74
ParamTys
.push_back((*I)->getType());
76
FunctionType::get(RetTy,
ParamTys
, false));
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
251
CAMLprim LLVMTypeRef llvm_function_type(LLVMTypeRef RetTy, value
ParamTys
) {
252
return LLVMFunctionType(RetTy, (LLVMTypeRef *)
ParamTys
,
253
Wosize_val(
ParamTys
), 0);
258
value
ParamTys
) {
259
return LLVMFunctionType(RetTy, (LLVMTypeRef *)
ParamTys
,
260
Wosize_val(
ParamTys
), 1);
[
all
...]
/external/clang/lib/Sema/
SemaOverload.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 254 milliseconds