/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.cpp | 52 struct FunctionNames struct 57 FunctionNames (int numFunctions_, const char* const* functions_) in FunctionNames() function 64 FunctionNames getExtFunctionNames (const std::string& extName) in getExtFunctionNames() 69 return FunctionNames(s_extensions[ndx].numFunctions, s_extensions[ndx].functions); in getExtFunctionNames() 73 return FunctionNames(0, DE_NULL); in getExtFunctionNames() 186 const FunctionNames funcNames = getExtFunctionNames(m_extName); in executeTest() 279 FunctionNames getCoreFunctionNames (EGLint apiType) in getCoreFunctionNames() 283 case EGL14: return FunctionNames(DE_LENGTH_OF_ARRAY(s_EGL14), s_EGL14); in getCoreFunctionNames() 284 case EGL15: return FunctionNames(DE_LENGTH_OF_ARRAY(s_EGL15), s_EGL15); in getCoreFunctionNames() 285 case GLES : return FunctionNames(DE_LENGTH_OF_ARRAY(s_GLES10), s_GLES10); in getCoreFunctionNames() [all …]
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerDataFlowTrace.cpp | 168 Vector<std::string> FunctionNames; in Init() local 178 FunctionNames.push_back(L); in Init() 198 *FocusFunction = FunctionNames[FocusFuncIdx]; in Init() 201 FunctionNames[FocusFuncIdx].c_str()); in Init() 207 FunctionNames[i].c_str()); in Init()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerDataFlowTrace.cpp | 168 Vector<std::string> FunctionNames; in Init() local 178 FunctionNames.push_back(L); in Init() 198 *FocusFunction = FunctionNames[FocusFuncIdx]; in Init() 201 FunctionNames[FocusFuncIdx].c_str()); in Init() 207 FunctionNames[i].c_str()); in Init()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | SuspiciousStringCompareCheck.cpp | 94 std::vector<std::string> FunctionNames = utils::options::parseStringList( in registerMatchers() local 100 functionDecl(hasAnyName(std::vector<StringRef>(FunctionNames.begin(), in registerMatchers() 101 FunctionNames.end()))) in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | NoMallocCheck.cpp | 26 Matcher<FunctionDecl> hasAnyListedName(const std::string &FunctionNames) { in hasAnyListedName() argument 28 utils::options::parseStringList(FunctionNames); in hasAnyListedName()
|
D | OwningMemoryCheck.cpp | 27 Matcher<FunctionDecl> hasAnyListedName(const std::string &FunctionNames) { in hasAnyListedName() argument 29 utils::options::parseStringList(FunctionNames); in hasAnyListedName()
|
/external/llvm-project/lld/test/wasm/ |
D | data-segment-merging.ll | 28 ; MERGE-NEXT: FunctionNames: 68 ; SEPARATE-NEXT: FunctionNames: 93 ; PASSIVE-MERGE-NEXT: FunctionNames: 130 ; PASSIVE-SEPARATE-NEXT: FunctionNames:
|
D | load-undefined.test | 15 ; CHECK-NEXT: FunctionNames: 30 ; NO-LOAD-NEXT: FunctionNames:
|
D | whole-archive.test | 9 NOTADDED: FunctionNames: 16 ADDED: FunctionNames:
|
D | gc-imports.s | 38 # CHECK-NEXT: FunctionNames: 79 # NO-GC-NEXT: FunctionNames:
|
D | import-name.ll | 25 ; CHECK-NEXT: FunctionNames:
|
D | data-segments.ll | 62 ; ACTIVE-NEXT: FunctionNames: 93 ; PASSIVE-NEXT: FunctionNames: 130 ; PASSIVE-PIC-NEXT: FunctionNames:
|
D | wrap.ll | 34 ; CHECK: FunctionNames:
|
D | signature-mismatch-export.ll | 23 ; CHECK-NEXT: FunctionNames:
|
D | export-optional-lazy.test | 14 CHECK: FunctionNames:
|
D | ctor_return_value.s | 39 # CHECK-NEXT: FunctionNames:
|
D | function-imports.ll | 35 ; CHECK-NEXT: FunctionNames:
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCAutoreleaseWriteChecker.cpp | 105 static decltype(auto) callsNames(std::vector<std::string> FunctionNames) { in callsNames() argument 106 return callee(functionDecl(hasAnyName(toRefs(FunctionNames)))); in callsNames()
|
/external/llvm-project/llvm/test/Object/ |
D | wasm-duplicate-name.test | 22 FunctionNames:
|
/external/llvm-project/lld/test/wasm/lto/ |
D | lto-start.ll | 7 ; CHECK-NEXT: FunctionNames:
|
D | archive.ll | 19 ; CHECK-NEXT: FunctionNames:
|
D | libcall-archive.ll | 21 ; CHECK-NEXT: FunctionNames:
|
D | used.ll | 39 ; CHECK-NEXT: FunctionNames:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 107 char const *FunctionNames[4][3] = { in EmitSpecializedLibcall() local 118 DAG.getExternalSymbol(FunctionNames[AEABILibcall][AlignVariant], in EmitSpecializedLibcall()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 108 char const *FunctionNames[4][3] = { in EmitSpecializedLibcall() local 119 DAG.getExternalSymbol(FunctionNames[AEABILibcall][AlignVariant], in EmitSpecializedLibcall()
|