HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 126 - 150 of 6812) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/IPO/
ConstantMerge.h 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===//
10 // This file defines the interface to a pass that merges duplicate global
29 /// A pass that merges duplicate global constants into a single constant.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
ConstantMerge.h 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===//
10 // This file defines the interface to a pass that merges duplicate global
28 /// A pass that merges duplicate global constants into a single constant.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
ConstantMerge.h 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===//
10 // This file defines the interface to a pass that merges duplicate global
28 /// A pass that merges duplicate global constants into a single constant.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
ConstantMerge.h 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===//
10 // This file defines the interface to a pass that merges duplicate global
28 /// A pass that merges duplicate global constants into a single constant.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/IPO/
ConstantMerge.h 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===//
10 // This file defines the interface to a pass that merges duplicate global
29 /// A pass that merges duplicate global constants into a single constant.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/IPO/
ConstantMerge.h 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===//
10 // This file defines the interface to a pass that merges duplicate global
29 /// A pass that merges duplicate global constants into a single constant.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/IPO/
ConstantMerge.h 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===//
10 // This file defines the interface to a pass that merges duplicate global
29 /// A pass that merges duplicate global constants into a single constant.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
ConstantMerge.h 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===//
10 // This file defines the interface to a pass that merges duplicate global
29 /// A pass that merges duplicate global constants into a single constant.
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_type_unique.cpp 41 // Duplicate declarations of aggregates are allowed.
47 // Duplicate pointer types are allowed with this extension.
57 << "Duplicate non-aggregate type declarations are not allowed."
  /external/autotest/client/site_tests/platform_LogDupSuppression/
control 12 Test that we suppress duplicate messages from one process to syslog.
  /external/autotest/server/site_tests/network_WiFi_IPv6RA/
control 14 sending both duplicate and different RA packets in ICMPv6 format and fetching
  /external/boringssl/src/crypto/pool/
pool.c 82 CRYPTO_BUFFER *const duplicate = local
84 if (duplicate != NULL) {
85 CRYPTO_refcount_inc(&duplicate->references);
89 if (duplicate != NULL) {
90 return duplicate;
116 CRYPTO_BUFFER *duplicate = lh_CRYPTO_BUFFER_retrieve(pool->bufs, buf); local
118 if (duplicate == NULL) {
123 CRYPTO_refcount_inc(&duplicate->references);
132 return duplicate;
  /external/clang/test/CXX/class/class.mem/
p1.cpp 6 int v1; //expected-error{{duplicate member 'v1'}}
10 int v; //expected-error{{duplicate member 'v'}}
27 static int v2; //expected-error{{duplicate member 'v2'}}
61 int v8; //expected-error{{duplicate member 'v8'}}
  /external/clang/test/FixIt/
fixit-eof-space.c 7 // CHECK: :9:8: warning: duplicate 'extern' declaration specifier
  /external/clang/test/SemaObjC/
DoubleMethod.m 14 - (void) method {;} // expected-error {{duplicate declaration of method 'method'}}
alias-test-2.m 15 @interface MyAlias : AliasForSuper // expected-error {{duplicate interface definition for class 'MyWpModule'}}
ivar-sem-check-1.m 16 int kaka; // expected-error {{duplicate member 'kaka'}}
  /external/e2fsprogs/tests/f_dup_de2/
expect.1 3 Duplicate entry 'test-008' found.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRemoveAllTester.java 43 E duplicate = arrayAndDuplicate.duplicate; local
46 getList().removeAll(MinimalCollection.of(duplicate)));
49 getList().contains(duplicate));
  /external/llvm/test/Transforms/SimplifyCFG/
duplicate-phis.ll 4 ; duplicate and remove it.
  /external/llvm/test/tools/llvm-dwp/X86/
gcc_type.test 9 DUP: Duplicate DWO ID ({{.*}}) in 'a.cpp' and 'a.cpp'
  /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
duplicate-phis.ll 4 ; duplicate and remove it.
  /frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
NavArgumentResolver.kt 47 val duplicate = result.find { it.name == arg.name }
48 if (duplicate != null) {
49 if (duplicate.type != arg.type) {
51 throw IllegalArgumentException("Incompatible types ${duplicate.type} and " +
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mapdir.s 2 # generated. This could lead to duplicate mapping symbols at
  /external/apache-harmony/support/src/test/java/tests/support/
Support_SetTest.java 38 assertTrue("Set Test - Adding a duplicate element changed the set",
43 "Set Test - Adding and removing a duplicate element failed to remove it",

Completed in 1808 milliseconds

1 2 3 4 56 7 8 91011>>