Home
last modified time | relevance | path

Searched refs:isIdempotent (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/
DMethodDescriptorTest.java51 assertFalse(descriptor.isIdempotent()); in createMethodDescriptor()
64 assertFalse(descriptor.isIdempotent()); in idempotent()
69 assertTrue(newDescriptor.isIdempotent()); in idempotent()
159 assertNotEquals(md1.isIdempotent(), defaults.isIdempotent()); in toBuilderTest()
172 assertEquals(md1.isIdempotent(), md2.isIdempotent()); in toBuilderTest()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h394 bool isIdempotent() const { return isIdempotent(getOpcode()); } in isIdempotent() function
395 static bool isIdempotent(unsigned op);
/external/llvm/include/llvm/IR/
DInstruction.h369 bool isIdempotent() const { return isIdempotent(getOpcode()); }
370 static bool isIdempotent(unsigned op);
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp213 bool isIdempotent = false; in MakeSymIntVal() local
225 isIdempotent = true; in MakeSymIntVal()
233 isIdempotent = true; in MakeSymIntVal()
250 isIdempotent = true; in MakeSymIntVal()
257 isIdempotent = true; in MakeSymIntVal()
262 isIdempotent = true; in MakeSymIntVal()
273 if (isIdempotent) in MakeSymIntVal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h475 bool isIdempotent() const { return isIdempotent(getOpcode()); }
476 static bool isIdempotent(unsigned Opcode) {
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DBinaryLogProviderTest.java203 assertEquals(method.isIdempotent(), wMethod.isIdempotent()); in validateWrappedMethod()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DMethodDescriptor.java344 public boolean isIdempotent() { in isIdempotent() method in MethodDescriptor
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
DCronetClientStream.java107 this.idempotent = method.isIdempotent() || alwaysUsePut; in CronetClientStream()
/external/llvm/lib/IR/
DInstruction.cpp601 bool Instruction::isIdempotent(unsigned Opcode) { in isIdempotent() function in Instruction
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp302 if (Instruction::isIdempotent(Opcode)) { in IncorporateWeight()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp317 if (Instruction::isIdempotent(Opcode)) { in IncorporateWeight()