Home
last modified time | relevance | path

Searched defs:Intermediate (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/test/msan/
Ddtor-multiple-inheritance-nontrivial-class-members.cc41 struct Intermediate : virtual public VirtualBase { struct
45 Intermediate() { intermediate_a = 5; } in Intermediate() function
46 virtual ~Intermediate() { in ~Intermediate() argument
/external/llvm-project/compiler-rt/test/msan/
Ddtor-multiple-inheritance-nontrivial-class-members.cpp41 struct Intermediate : virtual public VirtualBase { struct
45 Intermediate() { intermediate_a = 5; } in Intermediate() function
46 virtual ~Intermediate() { in ~Intermediate() argument
/external/rust/crates/criterion/src/
Dmeasurement.rs80 type Intermediate; typedef
87 fn start(&self) -> Self::Intermediate; in start()
191 type Intermediate = Instant; typedef
194 fn start(&self) -> Self::Intermediate { in start()
/external/rust/crates/criterion/benches/benchmarks/
Dcustom_measurement.rs73 type Intermediate = Instant; typedef
76 fn start(&self) -> Self::Intermediate { in start()
/external/llvm/unittests/Support/
Draw_sha1_ostream_test.cpp42 TEST(raw_sha1_ostreamTest, Intermediate) { in TEST() argument
/external/llvm-project/llvm/unittests/Support/
Draw_sha1_ostream_test.cpp64 TEST(raw_sha1_ostreamTest, Intermediate) { in TEST() argument
/external/llvm-project/llvm/tools/llvm-cov/
Dgcov.cpp111 cl::opt<bool> Intermediate( in gcovMain() local
/external/parameter-framework/upstream/parameter/
DIntegerParameterType.h228 using Intermediate = typename std::make_unsigned<CType>::type; in toBlackboard() local
/external/llvm-project/llvm/include/llvm/ProfileData/
DGCOV.h62 bool Intermediate; member
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp71 class Intermediate class
74 Intermediate(uint32_t componentCount) in Intermediate() function in sw::Intermediate
314 Intermediate, enumerator
/external/clang/test/Analysis/
Dderived-to-base.cpp70 class Intermediate : public Padding1, public A, public Padding2 {}; class
/external/llvm-project/clang/test/Analysis/
Dderived-to-base.cpp70 class Intermediate : public Padding1, public A, public Padding2 {}; class
/external/clang/unittests/Tooling/
DRefactoringTest.cpp639 void mergeAndTestRewrite(StringRef Code, StringRef Intermediate, in mergeAndTestRewrite()
/external/llvm-project/clang/unittests/Tooling/
DRefactoringTest.cpp918 void mergeAndTestRewrite(StringRef Code, StringRef Intermediate, in mergeAndTestRewrite()