Searched refs:IsCallable (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 305 bool IsCallable) in Symbol() argument 311 setCallable(IsCallable); in Symbol() 352 JITTargetAddress Size, bool IsCallable, in constructAnonDef() argument 359 Scope::Local, IsLive, IsCallable); in constructAnonDef() 366 bool IsLive, bool IsCallable) { in constructNamedDef() argument 372 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef() 420 bool isCallable() const { return IsCallable; } in isCallable() 423 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() argument 531 uint64_t IsCallable : 1; variable 904 JITTargetAddress Size, bool IsCallable, in addAnonymousSymbol() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 304 bool IsCallable) in Symbol() argument 310 setCallable(IsCallable); in Symbol() 351 JITTargetAddress Size, bool IsCallable, in constructAnonDef() argument 357 Scope::Local, IsLive, IsCallable); in constructAnonDef() 364 bool IsLive, bool IsCallable) { in constructNamedDef() argument 369 new (Sym) Symbol(Base, Offset, Name, Size, L, S, IsLive, IsCallable); in constructNamedDef() 413 bool isCallable() const { return IsCallable; } in isCallable() 416 void setCallable(bool IsCallable) { this->IsCallable = IsCallable; } in setCallable() argument 522 uint64_t IsCallable : 1; variable 884 JITTargetAddress Size, bool IsCallable, in addAnonymousSymbol() argument [all …]
|
/external/google-fruit/include/fruit/impl/meta/ |
D | metaprogramming.h | 64 struct IsCallable { 163 …using type = If(Not(IsCallable(Type<Function>)), ConstructError(NotALambdaErrorTag, Type<Function>…
|