Searched refs:class (Results 176 - 200 of 2066) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DClangCheckers.h15 class CheckerRegistry;
H A DLocalCheckers.h21 class ExprEngine;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DCompilationDatabasePluginRegistry.h19 class CompilationDatabasePlugin;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.h34 class CommandObjectBreakpointCommand : public CommandObjectMultiword
H A DCommandObjectCommands.h27 class CommandObjectMultiwordCommands : public CommandObjectMultiword
H A DCommandObjectFrame.h27 class CommandObjectMultiwordFrame : public CommandObjectMultiword
H A DCommandObjectMemory.h21 class CommandObjectMemory : public CommandObjectMultiword
H A DCommandObjectPlugin.h25 class CommandObjectPlugin : public CommandObjectMultiword
H A DCommandObjectProcess.h25 class CommandObjectMultiwordProcess : public CommandObjectMultiword
H A DCommandObjectSettings.h28 class CommandObjectMultiwordSettings : public CommandObjectMultiword
H A DCommandObjectSource.h27 class CommandObjectMultiwordSource : public CommandObjectMultiword
H A DCommandObjectTarget.h27 class CommandObjectMultiwordTarget : public CommandObjectMultiword
H A DCommandObjectThread.h21 class CommandObjectMultiwordThread : public CommandObjectMultiword
H A DCommandObjectType.h26 class CommandObjectType : public CommandObjectMultiword
H A DCommandObjectWatchpointCommand.h34 class CommandObjectWatchpointCommand : public CommandObjectMultiword
/freebsd-10.0-release/contrib/gperf/src/
H A Dpositions.h30 class PositionIterator;
31 class PositionReverseIterator;
33 /* This class denotes a set of byte positions, used to access a keyword. */
35 class Positions
37 friend class PositionIterator;
38 friend class PositionReverseIterator;
106 /* This class denotes an iterator through a set of byte positions. */
108 class PositionIterator
110 friend class Positions;
135 /* This class denote
[all...]
/freebsd-10.0-release/contrib/groff/src/include/
H A Dsearch.h21 class search_item;
22 class search_item_iterator;
24 class search_list {
34 friend class search_list_iterator;
37 class bmpattern;
39 class linear_searcher {
58 class search_list_iterator {
70 class search_item {
83 class search_item_iterator {
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Ddictionary.h32 class dictionary;
34 class dictionary_iterator {
42 class dictionary {
55 friend class dictionary_iterator;
58 class object {
67 class object_dictionary;
69 class object_dictionary_iterator {
76 class object_dictionary {
85 friend class object_dictionary_iterator;
/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h50 * program runs (e.g., violations of class invariants).
53 class logic_error : public exception
73 class domain_error : public logic_error
80 class invalid_argument : public logic_error
88 class length_error : public logic_error
96 class out_of_range : public logic_error
107 class runtime_error : public exception
126 class range_error : public runtime_error
133 class overflow_error : public runtime_error
140 class underflow_erro
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h24 class LLVMContextImpl;
25 class StringRef;
26 class Twine;
27 class Instruction;
28 class Module;
29 class SMDiagnostic;
30 template <typename T> class SmallVectorImpl;
32 /// This is an important class for using LLVM in a threaded context. It
37 class LLVMContext {
107 friend class Modul
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DRecyclingAllocator.h10 // This file defines the RecyclingAllocator class. See the doxygen comment for
22 /// RecyclingAllocator - This class wraps an Allocator, adding the
25 template<class AllocatorType, class T,
27 class RecyclingAllocator {
43 template<class SubClass>
51 template<class SubClass>
59 template<class AllocatorType, class T, size_t Size, size_t Align>
66 template<class AllocatorTyp
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h22 class BasicBlock;
23 class DominatorTree;
24 class Function;
25 class Loop;
26 class Module;
27 class RegionNode;
28 class Type;
29 class Value;
31 /// \brief Utility class for extracting code into a new function.
44 class CodeExtracto
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h16 class FixItRewriter;
17 class FixItOptions;
23 class HTMLPrintAction : public ASTFrontendAction {
29 class FixItAction : public ASTFrontendAction {
51 class FixItRecompile : public WrapperFrontendAction {
60 class RewriteObjCAction : public ASTFrontendAction {
66 class RewriteMacrosAction : public PreprocessorFrontendAction {
71 class RewriteTestAction : public PreprocessorFrontendAction {
76 class RewriteIncludesAction : public PreprocessorFrontendAction {
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBEvent.h21 class SBBroadcaster;
23 class SBEvent
72 friend class SBListener;
73 friend class SBBroadcaster;
74 friend class SBBreakpoint;
75 friend class SBDebugger;
76 friend class SBProcess;
77 friend class SBThread;
78 friend class SBWatchpoint;
/freebsd-10.0-release/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.h25 class Function;
26 class GlobalValue;
27 class Instruction;
28 class LLVMContext;
29 class Module;
30 class Twine;
31 class Value;
33 /// A class for performing structural comparisons of LLVM assembly.
34 class DifferenceEngine {
52 class Oracl
[all...]

Completed in 138 milliseconds

1234567891011>>