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

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyWasmObjectWriter.cpp 49 return cast<MCSymbolWasm>(SyExp->getSymbol()).isFunction();
89 bool IsFunction = IsFunctionExpr(Fixup.getValue());
95 if (IsFunction)
103 if (IsFunction)
107 if (IsFunction)
  /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/swiftshader/third_party/llvm-7.0/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-7.0/llvm/lib/Target/AVR/
AVRMCInstLower.cpp 40 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal());
43 if (IsFunction) {
50 if (IsFunction) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Statistics.cpp 23 bool IsFunction = false;
142 FnStats.IsFunction = true;
224 NumFunctions += Stats.IsFunction;
225 NumInlinedFunctions += Stats.IsFunction * Stats.NumFnInlined;
  /external/pdfium/fxjs/
cfxjse_value.h 35 bool IsFunction() const;
cfxjse_value.cpp 239 if (hOldFunction.IsEmpty() || !hOldFunction->IsFunction())
257 if (hBoundFunction.IsEmpty() || !hBoundFunction->IsFunction())
336 bool CFXJSE_Value::IsFunction() const {
342 return hValue->IsFunction();
JS_Define.cpp 231 if (v->IsFunction()) {
cfxjse_context.cpp 257 ASSERT(hWrapperValue->IsFunction());
cfxjse_engine.cpp 509 if (hVariableValue->IsFunction())
  /external/tensorflow/tensorflow/core/framework/
graph_def_util.cc 129 static bool IsFunction(const GraphDef& graph_def, const string& op_name) {
140 // TODO(joshL): Make IsFunction() faster by collecting the names of
144 if (!IsFunction(*graph_def, node_def->op())) {
154 if (!IsFunction(*graph_def, node_def->op())) {
  /external/v8/src/inspector/
v8-function-call.cc 85 DCHECK(value->IsFunction());
v8-console.cc 137 if (m_info.Length() < 1 || !m_info[0]->IsFunction())
140 while (func->GetBoundFunction()->IsFunction())
615 if (arg->IsFunction()) {
    [all...]
v8-injected-script-host.cc 164 if (!info[1]->IsFunction()) return;
v8-debugger.cc 759 if (value->IsFunction()) {
799 if (value->IsFunction()) {
    [all...]
  /external/v8/src/runtime/
runtime-function.cc 192 return isolate->heap()->ToBoolean(object->IsFunction());
  /external/v8/src/
async-hooks-wrapper.cc 111 if (name##_v->IsFunction()) { \
  /external/v8/samples/
process.cc 219 !process_val->IsFunction()) {
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 513 return (*function)->IsFunction();
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/v8/src/debug/
debug-evaluate.cc 270 V(IsFunction) \
    [all...]

Completed in 531 milliseconds

1 2