OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFirstClassType
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/VMCore/
Value.cpp
49
assert((VTy->
isFirstClassType
() || VTy->isVoidTy() || VTy->isStructTy()) &&
52
assert((VTy->
isFirstClassType
() || VTy->isVoidTy()) &&
Type.cpp
86
if (!this->
isFirstClassType
() || !Ty->
isFirstClassType
())
369
return ArgTy->
isFirstClassType
();
Verifier.cpp
628
Assert1(F.getReturnType()->
isFirstClassType
() ||
671
Assert1(I->getType()->
isFirstClassType
(),
[
all
...]
Constants.cpp
165
assert(getType()->
isFirstClassType
() && "Cannot evaluate aggregate vals!");
[
all
...]
Instructions.cpp
[
all
...]
ConstantFold.cpp
84
assert(DstTy && DstTy->
isFirstClassType
() && "Invalid cast destination type");
[
all
...]
/external/llvm/include/llvm/
Type.h
208
///
isFirstClassType
- Return true if the type is "first class", meaning it
211
bool
isFirstClassType
() const {
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
716
if (C->getType()->
isFirstClassType
()) {
[
all
...]
Completed in 95 milliseconds