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

  /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-7.0/llvm/tools/llvm-cov/
CoverageSummaryInfo.h 125 void addFunction(bool Covered) {
193 void addFunction(const FunctionCoverageSummary &Function) {
196 FunctionCoverage.addFunction(/*Covered=*/Function.ExecutionCount > 0);
200 InstantiationCoverage.addFunction(/*Covered=*/Function.ExecutionCount > 0);
CoverageReport.cpp 347 FileReport->addFunction(GroupSummary);
  /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/cldr/tools/java/org/unicode/cldr/icu/
SupplementalMapper.java 125 manager.addFunction("date", new Function(2) {
136 manager.addFunction("algorithm", new Function(1) {
155 manager.addFunction("exp", new Function(2) {
182 manager.addFunction("ymd", new Function(1) {
RegexManager.java 364 Map<String, Function> addFunction(String fnName, Function function) {
  /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...]
  /external/deqp-deps/glslang/SPIRV/
spvIR.h 351 void addFunction(Function *fun) { functions.push_back(fun); }
403 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))
  /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...]
  /external/python/cpython3/Lib/unittest/test/
test_result.py 610 addFunction = getattr(result, add_attr)
611 addFunction(self, (None, None, None))
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 643 BM->addFunction(BFT)));
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 381 addFunction: function (func) {
    [all...]

Completed in 664 milliseconds