Home
last modified time | relevance | path

Searched defs:third (Results 1 – 21 of 21) sorted by relevance

/llvm-project/openmp/runtime/test/tasking/
H A Dtask_teams_stress_test.cpp143 void test_nest2(int first, int second, int third) { in test_nest2()
157 void test_nest3(int first, int second, int third, int fourth) { in test_nest3()
172 void test_nest4(int first, int second, int third, int fourth, int fifth) { in test_nest4()
241 void test_nest2_split(int first, int second, int third) { in test_nest2_split()
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/
H A Dmain.cpp2 int first, int second, int third, int fourth, int fifth) { in this_is_a_very_long_function_with_a_bunch_of_arguments()
15 int third = 3; in main() local
/llvm-project/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp103 third_set_type third{1, 3}; in main() local
120 third_set_type third{1, 3}; in main() local
/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp103 third_map_type third{{1, 0}, {3, 0}}; in main() local
120 third_map_type third{{1, 0}, {3, 0}}; in main() local
/llvm-project/libcxx/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp103 third_set_type third{1, 3}; in main() local
120 third_set_type third{1, 3}; in main() local
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dmerge.pass.cpp103 third_map_type third{{1, 0}, {3, 0}}; in main() local
120 third_map_type third{{1, 0}, {3, 0}}; in main() local
/llvm-project/clang/test/Rewriter/
H A Dunnamed-bf-modern-write.mm8 int third :1; field
/llvm-project/clang/test/CodeGenObjC/
H A Dunname-bf-metadata.m8 int third :1; field
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dmerge.pass.cpp111 third_map_type third{{1, 0}, {3, 0}}; in main() local
128 third_map_type third{{1, 0}, {3, 0}}; in main() local
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dmerge.pass.cpp111 third_map_type third{{1, 0}, {3, 0}}; in main() local
128 third_map_type third{{1, 0}, {3, 0}}; in main() local
/llvm-project/libcxx/test/std/containers/unord/unord.set/
H A Dmerge.pass.cpp108 third_set_type third{1, 3}; in main() local
125 third_set_type third{1, 3}; in main() local
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/
H A Dmerge.pass.cpp108 third_set_type third{1, 3}; in main() local
125 third_set_type third{1, 3}; in main() local
/llvm-project/lldb/test/API/lang/c/stepping/
H A Dmain.c33 int complex (int first, int second, int third) in complex()
/llvm-project/clang/test/CodeCompletion/
H A Dctor-signature.cpp47 int third; member
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/
H A Dmain.cpp41 Third *third = new Third(96,'E'); in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinteger-division.cpp53 enum third { x, y, z=2 }; in integerDivision() enum
/llvm-project/mlir/unittests/Debug/
H A DExecutionContextTest.cpp75 auto third = [&]() { in TEST() local
335 auto third = [&]() { EXPECT_EQ(counter, 2); }; in TEST() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestAttributes.cpp139 Attribute first, second, third; parse() local
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp1182 std::int64_t third{ ExpressionValue() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2166 ActOnForStmt(SourceLocation ForLoc,SourceLocation LParenLoc,Stmt * First,ConditionResult Second,FullExprArg third,SourceLocation RParenLoc,Stmt * Body) ActOnForStmt() argument
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1357 #define __sanitizer_syscall_pre_ipc(call, first, second, third, ptr, fifth) \ argument
1361 #define __sanitizer_syscall_post_ipc(res, call, first, second, third, ptr, \ argument