/external/clang/test/SemaCXX/ |
D | init-priority-attr.cpp | 3 class Two { class 8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; in Two() function in Two 9 Two( void ) { i = 0; j = 0; k = count++; }; in Two() function in Two 15 extern Two foo; 16 extern Two goo; 17 extern Two coo[]; 18 extern Two koo[]; 20 Two foo __attribute__((init_priority(101))) ( 5, 6 ); 22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute… 24 Two coo[2] __attribute__((init_priority(3))); // expected-error {{init_priority attribute requires… [all …]
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared_no_variadics.pass.cpp | 47 struct Two struct 51 Two(int v, int) : value(v) {++count;} in Two() argument 52 Two(Two const & o) : value(o.value) {++count;} in Two() function 53 ~Two() {--count;} in ~Two() argument 56 int Two::count = 0; 87 std::shared_ptr<Two> p = std::allocate_shared<Two>(Alloc(), i, bad); in test() 88 assert(Two::count == 1); in test() 91 assert(Two::count == 0); in test() 106 std::shared_ptr<Two> p = std::allocate_shared<Two>(test_allocator<Two>(54), i, bad); in main() 107 assert(test_allocator<Two>::alloc_count == 1); in main() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | stwu-gta.ll | 5 %class.Two.0.5 = type { i32, i32, i32 } 7 @foo = external global %class.Two.0.5, align 4 11 …store i32 5, i32* getelementptr inbounds (%class.Two.0.5, %class.Two.0.5* @foo, i32 0, i32 0), ali… 12 …store i32 6, i32* getelementptr inbounds (%class.Two.0.5, %class.Two.0.5* @foo, i32 0, i32 1), ali…
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-305309.js | 42 function Two(x) { class 45 assertEquals(2, Two(a)); 46 assertEquals(2, Two(a)); 48 %OptimizeFunctionOnNextCall(Two); 49 assertEquals(2, Two(a));
|
/external/clang/test/SemaObjC/ |
D | objc-cstyle-args-in-methods.m | 16 [foo test:@"One", @"Two"]; 17 [foo bad:@"One", @"Two"]; // expected-error {{too few arguments to method call}} 18 [foo bad:@"One", @"Two", 3.14]; 19 [foo bad:@"One", @"Two", 3.14, @"Two"]; // expected-error {{too many arguments to method call}}
|
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/ |
D | module.map | 3 module Two { header "A_two.h" } 8 module Two { header "B_two.h" } 16 module Two {
|
D | C_two.h | 1 @import A.Two; 2 @import B.Two;
|
/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>; typedef 25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>;
|
/external/markdown/tests/misc/ |
D | em_strong.txt | 5 Two asterisks: ** 9 Two underscores __
|
D | lists.txt | 21 * Two 31 * Two two two two
|
/external/llvm/test/Analysis/BasicAA/ |
D | phi-and-select.ll | 15 ; Two PHIs in the same block. 34 ; Two selects with the same condition. 44 ; Two PHIs with disjoint sets of inputs. 73 ; Two selects with disjoint sets of arms.
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 51 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local 63 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() 75 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB); in CreateFibFunction()
|
/external/clang/test/Sema/ |
D | missing-field-initializers.c | 26 struct Two { float c; float d; float e; }; argument 31 struct Two two;
|
D | warn-outof-range-assign-enum.c | 7 Two=4, enumerator 60 foo(Two+1); in main()
|
/external/llvm/examples/ModuleMaker/ |
D | ModuleMaker.cpp | 45 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local 49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Ordered and unordered lists.text | 65 2. Two 81 2. Two
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 65 2. Two 81 2. Two
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Ordered and unordered lists.text | 65 2. Two 81 2. Two
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 79 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); in CreateFibFunction() local 91 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() 102 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB); in CreateFibFunction()
|
/external/android-mock/tests/com/google/android/testing/mocking/ |
D | ClassIsEnum.java | 24 One, Two, Three, Four; enumConstant
|
/external/llvm/test/DebugInfo/ |
D | inlined-vars.ll | 36 ; Two DW_TAG_formal_parameter: one abstract and one inlined. 43 ; Two DW_TAG_variable: one abstract and one inlined.
|
/external/clang/test/Modules/ |
D | wildcard-submodule-exports.cpp | 13 @import C.Two;
|
/external/clang/test/Index/ |
D | comment-c-decls.c | 88 Two, enumerator
|
D | format-comment-cdecls.c | 83 Two, enumerator
|
/external/llvm/test/YAMLParser/ |
D | construct-omap.data | 6 - anteater: South-American ant eater. Two species.
|