/external/llvm-project/lld/test/wasm/ |
D | function-index.test | 20 CHECK: FunctionTypes: [ 0, 1 ]
|
D | function-imports.ll | 29 ; CHECK-NEXT: FunctionTypes: [ 0, 1 ]
|
D | function-imports-first.ll | 28 ; CHECK-NEXT: FunctionTypes: [ 0, 1 ]
|
D | alias.s | 24 # CHECK-NEXT: FunctionTypes: [ 0 ]
|
D | stack-pointer.ll | 32 ; CHECK-NEXT: FunctionTypes: [ 0 ]
|
D | local-symbols.ll | 37 ; CHECK-NEXT: FunctionTypes: [ 0, 1 ]
|
D | undefined-weak-call.s | 52 # CHECK-NEXT: FunctionTypes: [ 0, 0, 1, 2 ]
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/wasm/ |
D | basic-copy.test | 27 FunctionTypes:
|
D | add-section.test | 40 FunctionTypes:
|
D | basic-archive-copy.test | 54 FunctionTypes:
|
/external/llvm-project/llvm/test/MC/WebAssembly/ |
D | type-index.s | 42 # BIN-NEXT: FunctionTypes: [ 0 ]
|
D | data-section.s | 49 # BIN-NEXT: FunctionTypes: [ 0 ]
|
D | assembler-binary.ll | 59 ; CHECK-NEXT: FunctionTypes: [ 0 ]
|
D | comdat.ll | 46 ; CHECK-NEXT: FunctionTypes: [ 0, 0, 0 ]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Wasm.h | 137 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; } in functionTypes() 267 std::vector<uint32_t> FunctionTypes; variable
|
/external/llvm-project/llvm/test/tools/llvm-readobj/wasm/ |
D | wasm-imports.test | 46 FunctionTypes: [ 0 ]
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Wasm.h | 140 ArrayRef<uint32_t> functionTypes() const { return FunctionTypes; } in functionTypes() 276 std::vector<uint32_t> FunctionTypes; variable
|
/external/llvm/lib/IR/ |
D | Type.cpp | 295 auto I = pImpl->FunctionTypes.find_as(Key); in get() 298 if (I == pImpl->FunctionTypes.end()) { in get() 303 pImpl->FunctionTypes.insert(FT); in get()
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 161 elif not isinstance(func, FunctionTypes): 2188 if isinstance(spec, FunctionTypes): 2207 if isinstance(spec, FunctionTypes) and entry in FunctionAttributes: 2229 if not isinstance(original, FunctionTypes): 2234 if isinstance(spec, FunctionTypes): 2247 if isinstance(new, FunctionTypes): 2296 FunctionTypes = ( variable
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 78 if isinstance(obj, FunctionTypes) and hasattr(obj, 'mock'): 95 elif not isinstance(func, FunctionTypes): 2631 if isinstance(spec, FunctionTypes): 2670 if not isinstance(original, FunctionTypes): 2675 if isinstance(spec, FunctionTypes): 2694 if isinstance(new, FunctionTypes): 2717 elif isinstance(result, FunctionTypes): 2740 FunctionTypes = ( variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 346 if (FunctionTypes.size() && !SeenCodeSection) { in parseNameSection() 392 if (FunctionTypes.size() && !SeenCodeSection) { in parseLinkingSection() 505 Signature = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab() 942 FunctionTypes.reserve(Count); in parseFunctionSection() 950 FunctionTypes.push_back(Type); in parseFunctionSection() 1065 return Index < NumImportedFunctions + FunctionTypes.size(); in isValidFunctionIndex() 1141 if (FunctionCount != FunctionTypes.size()) { in parseCodeSection()
|
/external/pdfium/third_party/lcms/src/ |
D | cmsgamma.c | 48 cmsInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types member 151 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number)); in _cmsRegisterParametricCurvesPlugin() 170 if (abs(Type) == c ->FunctionTypes[i]) return i; in IsInSet()
|
/external/python/mock/mock/ |
D | mock.py | 169 elif not isinstance(func, FunctionTypes): 432 if isinstance(value, FunctionTypes): 2371 if isinstance(spec, FunctionTypes): 2414 if not isinstance(original, FunctionTypes): 2419 if isinstance(spec, FunctionTypes): 2434 if isinstance(new, FunctionTypes): 2483 FunctionTypes = ( variable
|
/external/llvm-project/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 360 if (FunctionTypes.size() && !SeenCodeSection) { in parseNameSection() 420 if (FunctionTypes.size() && !SeenCodeSection) { in parseLinkingSection() 538 Signature = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab() 1069 FunctionTypes.reserve(Count); in parseFunctionSection() 1077 FunctionTypes.push_back(Type); in parseFunctionSection() 1201 return Index < NumImportedFunctions + FunctionTypes.size(); in isValidFunctionIndex() 1289 if (FunctionCount != FunctionTypes.size()) { in parseCodeSection()
|
/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 88 elif not isinstance(func, FunctionTypes): 2142 if isinstance(spec, FunctionTypes): 2179 if not isinstance(original, FunctionTypes): 2184 if isinstance(spec, FunctionTypes): 2199 if isinstance(new, FunctionTypes): 2254 FunctionTypes = ( variable
|