Searched refs:Consumer (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-diff/
H A DDiffLog.h23 class Consumer;
30 Consumer &consumer;
41 LogBuilder(Consumer &c, StringRef Format)
61 Consumer &consumer;
64 DiffLogBuilder(Consumer &c) : consumer(c) {}
H A DDiffConsumer.h1 //===-- DiffConsumer.h - Difference Consumer --------------------*- C++ -*-===//
10 // This header defines the interface to the LLVM difference Consumer
31 class Consumer { class in namespace:llvm
53 virtual ~Consumer() {}
56 class DiffConsumer : public Consumer {
H A DDifferenceEngine.h62 DifferenceEngine(Consumer &consumer)
73 Consumer& getConsumer() const { return consumer; }
87 Consumer &consumer;
H A Dllvm-diff.cpp81 DiffConsumer Consumer;
82 DifferenceEngine Engine(Consumer);
97 return Consumer.hadDifferences();
H A DDiffConsumer.cpp1 //===-- DiffConsumer.cpp - Difference Consumer ------------------*- C++ -*-===//
10 // This files implements the LLVM difference Consumer
47 void Consumer::anchor() { }
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDConsumer.h66 static IOHIDConsumer * Consumer(bool isDispatcher = false);
H A DIOHIDConsumer.cpp47 // Consumer - constructor
50 IOHIDConsumer::Consumer(bool isDispatcher) function in class:IOHIDConsumer
H A DIOHIDEventService.cpp1211 IOHIDConsumer *consumerNub = IOHIDConsumer::Consumer(isDispatcher);;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/XML/
H A Dcustomxml.pl152 <Element>Consumer Discretionary</Element>
164 <Element>Consumer Staples</Element>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/t/
H A D05-customxml.t176 <Element>Consumer Discretionary</Element>
188 <Element>Consumer Staples</Element>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/XML/
H A Dcustomxml.pl152 <Element>Consumer Discretionary</Element>
164 <Element>Consumer Staples</Element>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/t/
H A D05-customxml.t176 <Element>Consumer Discretionary</Element>
188 <Element>Consumer Staples</Element>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/XML/
H A Dcustomxml.pl152 <Element>Consumer Discretionary</Element>
164 <Element>Consumer Staples</Element>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/t/
H A D05-customxml.t176 <Element>Consumer Discretionary</Element>
188 <Element>Consumer Staples</Element>

Completed in 99 milliseconds