Home
last modified time | relevance | path

Searched refs:Wibble (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Doverload-uneval.cpp18 class Wibble class
40 Wibble<void*>::It a, b; in f()
H A Dclass-template-spec.cpp113 template<template<class T> class Wibble>
114 class Wibble<int> { }; // expected-error{{cannot specialize a template template parameter}} class
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Ddbg-changes-codegen.ll22 ; struct Wibble ptr wibble1, *wibble2;
24 ; void bar(Wibble *c) {
33 %struct.Wibble = type { i32 }
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dunknown-type-name.cpp7 struct Wibble { struct
10 typedef Wibble foo;
H A Dpseudo-destructors.cpp13 typedef Foo Wibble; typedef
38 …f->N::~Wibble(); // expected-error{{'N' does not refer to a type}} expected-error{{'Wibble' does n… in f()
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dexport_as_test.modulemap7 export_as Wibble