OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:istailcall
(Results
51 - 75
of
260
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/llvm/lib/IR/
Instruction.cpp
365
return CI->
isTailCall
() == cast<CallInst>(I2)->
isTailCall
() &&
/external/llvm/lib/Transforms/ObjCARC/
PtrState.cpp
185
SetTailCallRelease(cast<CallInst>(I)->
isTailCall
());
338
SetTailCallRelease(cast<CallInst>(Release)->
isTailCall
());
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h
273
bool
isTailCall
() const {
274
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallSite.h
273
bool
isTailCall
() const {
274
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h
273
bool
isTailCall
() const {
274
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h
276
bool
isTailCall
() const {
277
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h
276
bool
isTailCall
() const {
277
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h
276
bool
isTailCall
() const {
277
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h
276
bool
isTailCall
() const {
277
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h
273
bool
isTailCall
() const {
274
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallSite.h
273
bool
isTailCall
() const {
274
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallSite.h
273
bool
isTailCall
() const {
274
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
CallSite.h
276
bool
isTailCall
() const {
277
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
CallSite.h
276
bool
isTailCall
() const {
277
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
CallSite.h
276
bool
isTailCall
() const {
277
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
CallSite.h
276
bool
isTailCall
() const {
277
return isCall() && cast<CallInst>(getInstruction())->
isTailCall
();
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
[
all
...]
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h
411
char
istailcall
; /* (t) */
member in struct:lua_Debug
/external/llvm/include/llvm/Target/
TargetFrameLowering.h
344
if (CS.
isTailCall
())
/external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp
357
Instr->getDest(), NewFunc, Instr->
isTailcall
());
/external/syslinux/com32/lua/src/
lua.h
416
char
istailcall
; /* (t) */
member in struct:lua_Debug
/external/v8/src/compiler/
move-optimizer.cc
203
if (instruction->IsRet() || instruction->
IsTailCall
()) {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetFrameLowering.h
338
if (CS.
isTailCall
())
TargetInstrInfo.h
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetFrameLowering.h
338
if (CS.
isTailCall
())
Completed in 1565 milliseconds
1
2
3
4
5
6
7
8
9
10
11