/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 93 SmallVector<wasm::ValType, 4> Returns; in GetExternalSymbolSymbol() local 167 SmallVector<wasm::ValType, 1> &&Returns, in lowerTypeIndexOperand() 197 SmallVectorImpl<wasm::ValType> &Returns) { in getFunctionReturns() 236 SmallVector<wasm::ValType, 4> Returns; in lower() local 263 SmallVector<wasm::ValType, 1> Returns; in lower() local
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 96 SmallVector<wasm::ValType, 4> Returns; in GetExternalSymbolSymbol() local 173 SmallVector<wasm::ValType, 1> &&Returns, in lowerTypeIndexOperand() 203 SmallVectorImpl<wasm::ValType> &Returns) { in getFunctionReturns() 244 SmallVector<wasm::ValType, 4> Returns; in lower() local 271 SmallVector<wasm::ValType, 1> Returns; in lower() local
|
/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/ |
D | Returns.java | 16 public class Returns implements Answer<Object>, ValidableAnswer, Serializable { class 21 public Returns(Object value) { in Returns() method in Returns
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 81 SmallVectorImpl<ReturnInst*> &Returns, in CloneFunctionInto() 209 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneFunction() local 396 SmallVectorImpl<ReturnInst *> &Returns, in CloneAndPruneIntoFromInst() 632 SmallVectorImpl<ReturnInst*> &Returns, in CloneAndPruneFunctionInto()
|
D | CloneModule.cpp | 146 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in CloneModule() local
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | CloningTest.cpp | 176 SmallVector<ReturnInst*, 4> Returns; in TEST_F() local 199 SmallVector<ReturnInst*, 4> Returns; in TEST_F() local 682 SmallVector<ReturnInst *, 8> Returns; in TEST() local 713 SmallVector<ReturnInst *, 8> Returns; in TEST() local 762 SmallVector<ReturnInst *, 8> Returns; in TEST() local 811 SmallVector<ReturnInst*, 8> Returns; in TEST() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 87 SmallVectorImpl<ReturnInst*> &Returns, in CloneFunctionInto() 264 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneFunction() local 452 SmallVectorImpl<ReturnInst *> &Returns, in CloneAndPruneIntoFromInst() 729 SmallVectorImpl<ReturnInst*> &Returns, in CloneAndPruneFunctionInto()
|
D | CloneModule.cpp | 163 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in CloneModule() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 84 SmallVectorImpl<ReturnInst*> &Returns, in CloneFunctionInto() 268 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. in CloneFunction() local 456 SmallVectorImpl<ReturnInst *> &Returns, in CloneAndPruneIntoFromInst() 733 SmallVectorImpl<ReturnInst*> &Returns, in CloneAndPruneFunctionInto()
|
D | CloneModule.cpp | 163 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in CloneModule() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 382 SmallVectorImpl<ReturnInst *> &Returns, in findInsts() 489 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, in moveStaticAllocasToUnsafeStack() 748 SmallVector<ReturnInst *, 4> Returns; in run() local
|
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 409 SmallVectorImpl<ReturnInst *> &Returns, in findInsts() 515 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, in moveStaticAllocasToUnsafeStack() 763 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local
|
D | SjLjEHPrepare.cpp | 343 SmallVector<ReturnInst *, 16> Returns; in setupEntryBlockAndCallSites() local
|
/external/guice/core/src/com/google/inject/matcher/ |
D | Matchers.java | 380 private static class Returns extends AbstractMatcher<Method> implements Serializable { class in Matchers 383 public Returns(Matcher<? super Class<?>> returnType) { in Returns() method in Matchers.Returns
|
/external/webrtc/rtc_base/ |
D | bounded_inline_vector_unittest.cc | 108 BoundedInlineVector<T, capacity> Returns(Ts... values) { in Returns() function
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 170 SmallVector<ReturnInst*, 4> Returns; in TEST_F() local 193 SmallVector<ReturnInst*, 4> Returns; in TEST_F() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 265 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 265 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 196 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in moveFunctionBody() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 384 SmallVectorImpl<Instruction *> &Returns, in findInsts() 763 SmallVector<Instruction *, 4> Returns; in run() local
|
D | SjLjEHPrepare.cpp | 364 SmallVector<ReturnInst *, 16> Returns; in setupEntryBlockAndCallSites() local
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.cpp | 274 unsigned Branches = 0, Returns = 0, NewIndirectBranches = 0, in checkBranches() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 318 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in moveFunctionBody() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 320 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. in moveFunctionBody() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUOpenCLImageTypeLoweringPass.cpp | 302 SmallVector<ReturnInst*, 8> Returns; in addImplicitArgs() local
|