Home
last modified time | relevance | path

Searched defs:FooType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/test/API/python_api/formatters/
H A Dmain.cpp14 struct FooType struct
42 FooType bar; in main() argument
16 AFooType global() argument
17 BFooType global() argument
18 CFooType global() argument
/llvm-project/mlir/unittests/IR/
H A DTypeAttrNamesTest.cpp24 struct FooType : Type::TypeBase<FooType, Type, TypeStorage> { struct
27 static constexpr StringLiteral name = "fake.foo";
/llvm-project/clang/test/Index/
H A Dprint-type.c1 typedef int FooType; typedef
[all...]
H A Dprint-type.cpp19 typedef int FooType; typedef
[all...]
/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_constexpr.pass.cpp251 using FooType = const int&(NonCopyable&&); in bullet_five_tests() typedef
H A Dinvoke.pass.cpp288 using FooType = int&(NonCopyable&&); in bullet_five_tests() typedef