HomeSort by relevance Sort by last modified time
    Searched refs:IsFunction (Results 1 - 25 of 48) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSymbolWasm.h 18 bool IsFunction = false;
38 bool isFunction() const { return IsFunction; }
39 void setIsFunction(bool isFunc) { IsFunction = isFunc; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSymbolWasm.h 18 bool IsFunction = false;
38 bool isFunction() const { return IsFunction; }
39 void setIsFunction(bool isFunc) { IsFunction = isFunc; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSymbolWasm.h 18 bool IsFunction = false;
38 bool isFunction() const { return IsFunction; }
39 void setIsFunction(bool isFunc) { IsFunction = isFunc; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbolWasm.h 18 bool IsFunction = false;
38 bool isFunction() const { return IsFunction; }
39 void setIsFunction(bool isFunc) { IsFunction = isFunc; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSymbolWasm.h 18 bool IsFunction = false;
38 bool isFunction() const { return IsFunction; }
39 void setIsFunction(bool isFunc) { IsFunction = isFunc; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSymbolWasm.h 18 bool IsFunction = false;
38 bool isFunction() const { return IsFunction; }
39 void setIsFunction(bool isFunc) { IsFunction = isFunc; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSymbolWasm.h 18 bool IsFunction = false;
38 bool isFunction() const { return IsFunction; }
39 void setIsFunction(bool isFunc) { IsFunction = isFunc; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbolWasm.h 18 bool IsFunction = false;
38 bool isFunction() const { return IsFunction; }
39 void setIsFunction(bool isFunc) { IsFunction = isFunc; }
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 60 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
64 bool IsFunction;
DiffConsumer.cpp 77 if (!ctxt.IsFunction) continue;
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffConsumer.h 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
63 bool IsFunction;
DiffConsumer.cpp 72 if (!ctxt.IsFunction) continue;
  /external/pdfium/fxjs/
cfxjse_value.h 35 bool IsFunction() const;
cfxjse_value.cpp 250 if (hOldFunction.IsEmpty() || !hOldFunction->IsFunction())
268 if (hBoundFunction.IsEmpty() || !hBoundFunction->IsFunction())
420 bool CFXJSE_Value::IsFunction() const {
426 return hValue->IsFunction();
cfxjse_context.cpp 235 ASSERT(hWrapperValue->IsFunction());
  /external/v8/src/inspector/
v8-function-call.cc 83 DCHECK(value->IsFunction());
v8-console.cc 140 if (m_info.Length() < 1 || !m_info[0]->IsFunction())
143 while (func->GetBoundFunction()->IsFunction())
742 setupFunction->IsFunction()) {
    [all...]
v8-injected-script-host.cc 105 if (!info[1]->IsFunction()) return;
v8-debugger.cc 747 if (value->IsFunction()) {
789 if (value->IsFunction()) {
    [all...]
  /external/skia/experimental/SkV8Example/
JsContext.cpp 125 if (!fn_val->IsFunction()) {
Global.cpp 113 if (!args[0]->IsFunction()) {
  /external/v8/src/js/
macros.py 53 macro IS_FUNCTION(arg) = (%IsFunction(arg));
  /external/v8/src/ast/
ast-types.cc 147 if (type->IsFunction()) return kFunction;
467 if (this->IsFunction()) {
468 if (!that->IsFunction()) return false;
    [all...]
  /external/v8/src/runtime/
runtime-function.cc 300 return isolate->heap()->ToBoolean(object->IsFunction());
  /external/v8/samples/
process.cc 196 !process_val->IsFunction()) {

Completed in 408 milliseconds

1 2