OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCallable
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
DebugUtils.cpp
65
if (PrintCallable && Flags.
isCallable
())
69
if (PrintData && !Flags.
isCallable
())
160
if (Flags.
isCallable
())
LazyReexports.cpp
226
assert(KV.second.AliasFlags.
isCallable
() &&
ObjectLinkingLayer.cpp
62
if (Sym->
isCallable
())
215
if (Sym->
isCallable
())
234
if (Sym->
isCallable
())
CompileOnDemandLayer.cpp
150
if (Flags.
isCallable
())
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
traits.d
114
* $(LREF
isCallable
)
990
if (
isCallable
!func)
1049
if (
isCallable
!func)
1099
if (
isCallable
!func && variadicFunctionStyle!func == Variadic.no)
1146
if (
isCallable
!func)
1311
if (
isCallable
!func)
1410
if (
isCallable
!func)
1577
if (
isCallable
!func)
1759
if (args.length > 0 &&
isCallable
!(args[0])
1949
if (
isCallable
!func
[
all
...]
functional.d
67
import std.traits :
isCallable
, Parameters;
682
import std.traits :
isCallable
;
684
// As opCall itself can be templated, std.traits.
isCallable
does not work here.
709
else static if (!
isCallable
!fun)
917
if (
isCallable
!F && Parameters!F.length)
974
if (
isCallable
!T && Parameters!T.length)
1711
if (
isCallable
!(F))
concurrency.d
487
enum isSpawnable =
isCallable
!F && is(ReturnType!F : void)
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
JITSymbol.h
149
bool
isCallable
() const { return (Flags & Callable) == Callable; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h
323
bool
IsCallable
)
329
setCallable(
IsCallable
);
370
JITTargetAddress Size, bool
IsCallable
,
377
Scope::Local, IsLive,
IsCallable
);
384
bool IsLive, bool
IsCallable
) {
390
new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive,
IsCallable
);
438
bool
isCallable
() const { return
IsCallable
; }
441
void setCallable(bool
IsCallable
) { this->
IsCallable
= IsCallable;
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
comparison.d
261
static assert(
isCallable
!choice,
/src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d
239
import std.traits : CommonType,
isCallable
, isFloatingPoint, isIntegral,
3696
Given callable ($(REF
isCallable
, std,traits)) `fun`, create as a range
3712
if (
isCallable
!fun)
3721
if (
isCallable
!fun)
Completed in 31 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026