OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValidArgumentType
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
DerivedTypes.h
116
///
isValidArgumentType
- Return true if the specified type is valid as an
118
static bool
isValidArgumentType
(Type *ArgTy);
/external/llvm/lib/IR/
Type.cpp
351
assert(
isValidArgumentType
(Params[i]) &&
393
///
isValidArgumentType
- Return true if the specified type is valid as an
395
bool FunctionType::
isValidArgumentType
(Type *ArgTy) {
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
Completed in 118 milliseconds