Searched defs:begin (Results 226 - 250 of 278) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/gcc/cp/
H A Dinit.c1993 tree end, sentry, begin; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Ddf-problems.c470 unsigned int begin = DF_REG_USE_GET (df, regno)->begin; local
1007 unsigned int begin = DF_REG_DEF_GET (df, regno)->begin; local
[all...]
H A Ddf.h272 unsigned int begin; /* First def_index for this pseudo. */ member in struct:df_reg_info
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dobjc-lang.c1584 CORE_ADDR begin; member in struct:objc_methcall
H A Dxcoffread.c467 int begin, end; member in struct:_inclTable
/freebsd-10.1-release/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c351 vector_str_substr(const struct vector_str *v, size_t begin, size_t end, argument
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h110 iterator begin() const { return iterator(this); } function in class:llvm::ImutAVLTree
1093 iterator begin() const { return iterator(Root); } function in class:llvm::ImmutableSet
1219 iterator begin() const { return iterator(Root); } function in class:llvm::ImmutableSetRef
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h625 iterator begin() { return Fragments.begin(); } function in class:llvm::MCSectionData
626 const_iterator begin() const { return Fragments.begin(); } function in class:llvm::MCSectionData
1039 iterator begin() { return Sections.begin(); } function in class:llvm::MCAssembler
1040 const_iterator begin() const { return Sections.begin(); } function in class:llvm::MCAssembler
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp1584 document_iterator Stream::begin() { function in class:Stream
[all...]
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp830 ArrayRef<Init *>::iterator begin = LHSl->getValues().begin()+1; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h80 iterator begin() { return reinterpret_cast<NamedDecl **>(this + 1); } function in class:clang::TemplateParameterList
81 const_iterator begin() const { function in class:clang::TemplateParameterList
H A DExprObjC.h734 Stmt **begin = reinterpret_cast<Stmt**>(&Receiver); // hack! local
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h351 iterator begin() { return Impl.rbegin(); } function in class:clang::CFGBlock::ElementList
353 const_iterator begin() const { return Impl.rbegin(); } function in class:clang::CFGBlock::ElementList
741 iterator begin() { return Blocks.begin(); } function in class:clang::CFGBlock::CFG
743 const_iterator begin() const { return Blocks.begin(); } function in class:clang::CFGBlock::CFG
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h217 const_iterator begin() const { return DiagMap.begin(); } function in class:clang::DiagnosticsEngine::DiagState
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h659 iterator begin() { return LPairs.begin(); } function in class:clang::ento::PathDiagnosticControlFlowPiece
668 const_iterator begin() const { return LPairs.begin(); } function in class:clang::ento::PathDiagnosticControlFlowPiece
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp1288 static bool hasOnlyNonStaticMemberFunctions(UnresolvedSetIterator begin, argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1413 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin, argument
1464 emitPartialArrayDestroy(CodeGenFunction &CGF, llvm::Value *begin, llvm::Value *end, QualType type, CodeGenFunction::Destroyer *destroyer) argument
[all...]
H A DCGExprAgg.cpp385 llvm::Value *begin = local
H A DCodeGenFunction.cpp1014 llvm::Value *begin = Builder.CreateBitCast(dest, i8p, "vla.begin"); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp4204 CommandOptions::ExpressionPathsIterator begin, end = m_options.m_expr_paths.end(); local
/freebsd-10.1-release/usr.bin/make/
H A Djob.c2310 GNode *begin; /* node for commands to do at the very start */ local
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c3004 dt_begin_t *begin = arg; local
3029 dt_begin_t *begin = arg; local
3037 dt_begin_t *begin = (dt_begin_t *)arg; local
3080 dt_begin_t begin; local
[all...]
/freebsd-10.1-release/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c184 long begin; /* offset in temporary file */ member in struct:text
201 long begin; /* offset in temporary file */ member in struct:decl_spec
217 long begin; /* offset in temporary file */ member in struct:_Declarator
[all...]
/freebsd-10.1-release/contrib/libc++/src/
H A Dlocale.cpp107 countof(const T * const begin, const T * const end) argument
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1853 static SDNodeIterator begin(const SDNode *N) { return SDNodeIterator(N, 0); } function in class:SDNodeIterator

Completed in 311 milliseconds

1234567891011>>