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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicInliner.h 36 /// addFunction - Add function into the list of functions to process.
39 void addFunction(Function *F);
  /external/llvm/tools/llvm-cov/
CoverageSummaryInfo.h 107 void addFunction(bool Covered) {
153 void addFunction(const FunctionCoverageSummary &Function) {
156 FunctionCoverage.addFunction(/*Covered=*/Function.ExecutionCount > 0);
CoverageReport.cpp 227 Summary.addFunction(Function);
228 Totals.addFunction(Function);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicInliner.cpp 44 /// addFunction - Add function into the list of functions to process.
47 void addFunction(Function *F) {
162 /// addFunction - Add function into the list of functions to process.
165 void BasicInliner::addFunction(Function *F) {
166 Impl->addFunction(F);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.cpp 101 Module->addFunction(this);
SPIRVModule.h 185 virtual SPIRVFunction *addFunction(SPIRVFunction *) = 0;
186 virtual SPIRVFunction *addFunction(SPIRVTypeFunction *,
SPIRVModule.cpp 181 virtual SPIRVFunction *addFunction(SPIRVFunction *);
182 virtual SPIRVFunction *addFunction(SPIRVTypeFunction *, SPIRVId);
805 SPIRVModuleImpl::addFunction(SPIRVFunction *Func) {
811 SPIRVModuleImpl::addFunction(SPIRVTypeFunction *FuncType, SPIRVId Id) {
812 return addFunction(new SPIRVFunction(this, FuncType,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 323 void addFunction(Function *fun) { functions.push_back(fun); }
373 parent.addFunction(this);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_result.py 474 addFunction = getattr(result, add_attr)
475 addFunction(self, (None, None, None))
  /external/python/cpython2/Lib/unittest/test/
test_result.py 474 addFunction = getattr(result, add_attr)
475 addFunction(self, (None, None, None))
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_result.py 474 addFunction = getattr(result, add_attr)
475 addFunction(self, (None, None, None))
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_result.py 474 addFunction = getattr(result, add_attr)
475 addFunction(self, (None, None, None))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 474 addFunction = getattr(result, add_attr)
475 addFunction(self, (None, None, None))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 474 addFunction = getattr(result, add_attr)
475 addFunction(self, (None, None, None))
  /external/libxml2/doc/
index.py 272 def addFunction(name, module, desc = ""):
684 addFunction(symbol, file)
878 addFunction(symbol, file, "")
882 addFunction(symbol, file, info)
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java     [all...]
  /external/python/cpython3/Lib/unittest/test/
test_result.py 601 addFunction = getattr(result, add_attr)
602 addFunction(self, (None, None, None))
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 643 BM->addFunction(BFT)));
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 1878 milliseconds

1 2