Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Ddbg-changes-codegen.ll22 ; struct Wibble {
26 ; void bar(Wibble *c) {
35 %struct.Wibble = type { i32 }
39 @wibble1 = global %struct.Wibble* null, align 8
40 @wibble2 = global %struct.Wibble* null, align 8
55 %0 = load %struct.Wibble** @wibble1, align 8
57 %1 = load %struct.Wibble** @wibble2, align 8
58 %cmp.i = icmp ugt %struct.Wibble* %1, %0
62 store %struct.Wibble* null, %struct.Wibble** @wibble2, align 8
66 %x.i = getelementptr inbounds %struct.Wibble* %0, i64 0, i32 0
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Doverload-uneval.cpp18 class Wibble class
40 Wibble<void*>::It a, b; in f()
H A Dclass-template-spec.cpp110 template<template<class T> class Wibble>
111 class Wibble<int> { }; // expected-error{{cannot specialize a template template parameter}} class
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp13 typedef Foo Wibble; typedef
37 f->N::~Wibble(); // FIXME: technically, Wibble isn't a class-name in f()
H A Dunknown-type-name.cpp5 struct Wibble { struct
8 typedef Wibble foo;