OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVoidTy
(Results
26 - 50
of
53
) sorted by null
1
2
3
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/llvm/lib/VMCore/
Instructions.cpp
345
assert(!MCall->getType()->
isVoidTy
() && "Malloc has void return type");
700
assert(!Ty->
isVoidTy
() && "Cannot allocate void!");
709
assert(!Ty->
isVoidTy
() && "Cannot allocate void!");
718
assert(!Ty->
isVoidTy
() && "Cannot allocate void!");
727
assert(!Ty->
isVoidTy
() && "Cannot allocate void!");
736
assert(!Ty->
isVoidTy
() && "Cannot allocate void!");
745
assert(!Ty->
isVoidTy
() && "Cannot allocate void!");
[
all
...]
AsmWriter.cpp
496
if (!I->getType()->
isVoidTy
() && !I->hasName())
570
assert(!V->getType()->
isVoidTy
() && "Doesn't need a slot!");
586
assert(!V->getType()->
isVoidTy
() && !V->hasName() && "Doesn't need a slot!");
[
all
...]
/external/clang/lib/CodeGen/
CodeGenTypes.cpp
389
if (PointeeType->
isVoidTy
())
CGCall.cpp
[
all
...]
CodeGenModule.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
203
F.getReturnType()->
isVoidTy
() ?
CodeExtractor.cpp
591
if (OldFnRetTy->
isVoidTy
()) {
PromoteMemoryToRegister.cpp
366
if (!I->getType()->
isVoidTy
()) {
[
all
...]
SimplifyCFG.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
594
if (RetTy && !RetTy->
isVoidTy
()) { // Nonvoid return type?
605
if (!CallingSF.Caller.getType()->
isVoidTy
())
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
738
if (NewG->getReturnType()->
isVoidTy
()) {
/external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
785
if (!I->getType()->
isVoidTy
())
[
all
...]
GVN.cpp
[
all
...]
SimplifyLibCalls.cpp
[
all
...]
/external/llvm/tools/bugpoint/
Miscompilation.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
377
!FTy->getReturnType()->
isVoidTy
())
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
/external/mesa3d/src/glsl/
ir_to_llvm.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
SelectionDAGISel.cpp
[
all
...]
Completed in 7272 milliseconds
1
2
3