HomeSort by relevance Sort by last modified time
    Searched defs:isFunction (Results 1 - 25 of 38) 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/include/llvm/LTO/legacy/
LTOModule.h 42 bool isFunction;
178 bool isFunction);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 43 bool isFunction = 0;
174 bool isFunction);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 43 bool isFunction = 0;
174 bool isFunction);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 43 bool isFunction = 0;
174 bool isFunction);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 43 bool isFunction = 0;
174 bool isFunction);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 43 bool isFunction = 0;
174 bool isFunction);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 43 bool isFunction = 0;
174 bool isFunction);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 43 bool isFunction = 0;
174 bool isFunction);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 43 bool isFunction = 0;
174 bool isFunction);
  /external/v8/src/inspector/
debugger_script_externs.js 231 Mirror.prototype.isFunction = function() {}
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 213 bool isFunction(spv::Id oldId) const { return fnPos.find(oldId) != fnPos.end(); }
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.h 213 bool isFunction(spv::Id oldId) const { return fnPos.find(oldId) != fnPos.end(); }
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.h 63 virtual bool isFunction() const { return false; }
157 virtual bool isFunction() const { return true; }
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 804 bool DIARawSymbol::isFunction() const {
    [all...]
  /external/v8/src/debug/
mirrors.js 285 Mirror.prototype.isFunction = function() {
745 if (!ctor.isFunction()) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 935 milliseconds

1 2