| /external/llvm/tools/llvm-cov/ |
| D | CoverageFilters.cpp | 20 bool NameCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches() 26 NameRegexCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches() 30 bool RegionCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches() 35 bool LineCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches() 44 bool CoverageFilters::matches(const coverage::FunctionRecord &Function) { in matches() 53 CoverageFiltersMatchAll::matches(const coverage::FunctionRecord &Function) { in matches()
|
| /external/swiftshader/src/Reactor/ |
| D | DLL.hpp | 58 struct Function struct in sw::DLL 60 Function() {}; in Function() function 61 …Function(unsigned int location, const void *function, const void *entry, int size) : location(loca… in Function() function 68 ~Function() in ~Function() 73 void *buffer; 75 unsigned int location; 76 const void *entry; 77 int size;
|
| /external/google-breakpad/src/processor/ |
| D | source_line_resolver_base_types.h | 83 struct SourceLineResolverBase::Function { struct 84 Function() { } in Function() argument 85 Function(const string &function_name, in Function() argument 92 string name; 93 MemAddr address; 94 MemAddr size; 97 int32_t parameter_size;
|
| D | basic_source_line_resolver_types.h | 59 BasicSourceLineResolver::Function : public SourceLineResolverBase::Function { struct 60 Function(const string &function_name, in Function() argument 70 typedef SourceLineResolverBase::Function Base; argument
|
| D | fast_source_line_resolver_types.h | 73 struct FastSourceLineResolver::Function : struct 75 void CopyFrom(const Function *func_ptr) { in CopyFrom() argument 81 void CopyFrom(const char *raw) { in CopyFrom() 93 StaticRangeMap<MemAddr, Line> lines;
|
| /external/google-breakpad/src/common/ |
| D | module.h | 89 struct Function { struct 90 Function(const string &name_input, const Address &address_input) : in Function() function 95 static bool CompareByAddress(const Function *x, const Function *y) { in CompareByAddress() argument 100 const string name; 103 const Address address; 104 Address size; 107 Address parameter_size; 111 vector<Line> lines;
|
| /external/swiftshader/src/OpenGL/compiler/ |
| D | OutputASM.h | 196 struct Function struct 198 …Function(int label, const char *name, TIntermSequence *arg, TIntermTyped *ret) : label(label), nam… in Function() argument 202 …Function(int label, const TString &name, TIntermSequence *arg, TIntermTyped *ret) : label(label), … in Function() function 206 int label; 207 TString name; 208 TIntermSequence *arg; 209 TIntermTyped *ret;
|
| /external/v8/src/runtime/ |
| D | runtime.h | 1025 struct Function { in FOR_EACH_INTRINSIC_RETURN_OBJECT() struct 1026 FunctionId function_id; in FOR_EACH_INTRINSIC_RETURN_OBJECT() 1027 IntrinsicType intrinsic_type; in FOR_EACH_INTRINSIC_RETURN_OBJECT() 1029 const char* name; in FOR_EACH_INTRINSIC_RETURN_OBJECT() 1033 Address entry; in FOR_EACH_INTRINSIC_RETURN_OBJECT() 1037 int8_t nargs; in FOR_EACH_INTRINSIC_RETURN_OBJECT() 1039 int8_t result_size; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
|
| /external/llvm/include/llvm/IR/ |
| D | AssemblyAnnotationWriter.h | 22 class Function; variable 34 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot()
|
| /external/llvm/lib/ProfileData/Coverage/ |
| D | CoverageMapping.cpp | 216 FunctionRecord Function(OrigFuncName, Record.Filenames); in load() local 265 void insert(const FunctionRecord &Function, unsigned FileID) { in insert() 415 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles() local 425 const FunctionRecord &Function) { in gatherFileIDs() 434 static Optional<unsigned> findMainViewFileID(const FunctionRecord &Function) { in findMainViewFileID() 448 const FunctionRecord &Function) { in findMainViewFileID() 463 for (const auto &Function : Functions) { in getCoverageForFile() local 483 for (const auto &Function : Functions) { in getInstantiations() local 501 CoverageMapping::getCoverageForFunction(const FunctionRecord &Function) { in getCoverageForFunction()
|
| /external/llvm/include/llvm/Transforms/Scalar/ |
| D | GuardWidening.h | 24 class Function; variable
|
| /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
| D | BasicInliner.h | 22 class Function; variable
|
| D | FunctionUtils.h | 23 class Function; variable
|
| /external/llvm/include/llvm/Analysis/ |
| D | Lint.h | 27 class Function; variable
|
| D | RegionPrinter.h | 20 class Function; variable
|
| /external/libcxxabi/test/ |
| D | catch_function_02.pass.cpp | 19 typedef void Function(); in main() typedef
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | CtorUtils.h | 22 class Function; variable
|
| /external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
| D | Lint.h | 27 class Function; variable
|
| /external/swiftshader/third_party/LLVM/include/llvm/ |
| D | AutoUpgrade.h | 20 class Function; variable
|
| /external/swiftshader/third_party/LLVM/include/llvm/Target/ |
| D | TargetIntrinsicInfo.h | 21 class Function; variable
|
| /external/llvm/include/llvm/Target/ |
| D | TargetIntrinsicInfo.h | 22 class Function; variable
|
| /external/jsilver/src/com/google/clearsilver/jsilver/functions/ |
| D | Function.java | 24 public interface Function { interface
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
| D | ProfilingUtils.h | 22 class Function; variable
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Function.java | 36 public interface Function<F, T> { interface
|
| /external/swiftshader/third_party/LLVM/include/llvm/Transforms/ |
| D | IPO.h | 24 class Function; variable
|