Home
last modified time | relevance | path

Searched defs:IsFunction (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc361 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsFunction() { in IsFunction() function in CefV8ValueCToCpp
/third_party/node/deps/v8/src/objects/
Dobjects-inl.h207 DEF_GETTER(HeapObject, IsFunction, bool) { in DEF_GETTER() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1344 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol() local
/third_party/cef/libcef/renderer/
Dv8_impl.cc1704 bool CefV8ValueImpl::IsFunction() { in IsFunction() function in CefV8ValueImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp1562 void Verifier::verifyAttributeTypes(AttributeSet Attrs, bool IsFunction, in verifyAttributeTypes()
/third_party/node/deps/v8/src/api/
Dapi.cc3569 bool Value::IsFunction() const { return Utils::OpenHandle(this)->IsCallable(); } in IsFunction() function in v8::Value
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp926 struct IsFunction struct