Home
last modified time | relevance | path

Searched refs:FunctionNames (Results 1 – 25 of 62) sorted by relevance

123

/external/deqp/modules/egl/
DteglGetProcAddressTests.cpp52 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/
DFuzzerDataFlowTrace.cpp168 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/
DFuzzerDataFlowTrace.cpp168 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/
DSuspiciousStringCompareCheck.cpp94 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/
DNoMallocCheck.cpp26 Matcher<FunctionDecl> hasAnyListedName(const std::string &FunctionNames) { in hasAnyListedName() argument
28 utils::options::parseStringList(FunctionNames); in hasAnyListedName()
DOwningMemoryCheck.cpp27 Matcher<FunctionDecl> hasAnyListedName(const std::string &FunctionNames) { in hasAnyListedName() argument
29 utils::options::parseStringList(FunctionNames); in hasAnyListedName()
/external/llvm-project/lld/test/wasm/
Ddata-segment-merging.ll28 ; MERGE-NEXT: FunctionNames:
68 ; SEPARATE-NEXT: FunctionNames:
93 ; PASSIVE-MERGE-NEXT: FunctionNames:
130 ; PASSIVE-SEPARATE-NEXT: FunctionNames:
Dload-undefined.test15 ; CHECK-NEXT: FunctionNames:
30 ; NO-LOAD-NEXT: FunctionNames:
Dwhole-archive.test9 NOTADDED: FunctionNames:
16 ADDED: FunctionNames:
Dgc-imports.s38 # CHECK-NEXT: FunctionNames:
79 # NO-GC-NEXT: FunctionNames:
Dimport-name.ll25 ; CHECK-NEXT: FunctionNames:
Ddata-segments.ll62 ; ACTIVE-NEXT: FunctionNames:
93 ; PASSIVE-NEXT: FunctionNames:
130 ; PASSIVE-PIC-NEXT: FunctionNames:
Dwrap.ll34 ; CHECK: FunctionNames:
Dsignature-mismatch-export.ll23 ; CHECK-NEXT: FunctionNames:
Dexport-optional-lazy.test14 CHECK: FunctionNames:
Dctor_return_value.s39 # CHECK-NEXT: FunctionNames:
Dfunction-imports.ll35 ; CHECK-NEXT: FunctionNames:
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCAutoreleaseWriteChecker.cpp105 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/
Dwasm-duplicate-name.test22 FunctionNames:
/external/llvm-project/lld/test/wasm/lto/
Dlto-start.ll7 ; CHECK-NEXT: FunctionNames:
Darchive.ll19 ; CHECK-NEXT: FunctionNames:
Dlibcall-archive.ll21 ; CHECK-NEXT: FunctionNames:
Dused.ll39 ; CHECK-NEXT: FunctionNames:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp107 char const *FunctionNames[4][3] = { in EmitSpecializedLibcall() local
118 DAG.getExternalSymbol(FunctionNames[AEABILibcall][AlignVariant], in EmitSpecializedLibcall()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp108 char const *FunctionNames[4][3] = { in EmitSpecializedLibcall() local
119 DAG.getExternalSymbol(FunctionNames[AEABILibcall][AlignVariant], in EmitSpecializedLibcall()

123