Home
last modified time | relevance | path

Searched refs:LOWER_BOUND (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h57 enum { BASE, LOWER_BOUND, LENGTH, STRIDE, END_EXPR }; enumerator
72 SubExprs[LOWER_BOUND] = LowerBound; in OMPArraySectionExpr()
94 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound()
96 return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); in getLowerBound()
99 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DDwarf.cpp331 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) \ in LanguageString() argument
340 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) \ in getLanguage() argument
350 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) \ in LanguageVersion() argument
361 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) \ in LanguageVendor() argument
372 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) \ in LanguageLowerBound() argument
374 return LOWER_BOUND; in LanguageLowerBound()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h201 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) \ argument
H A DDwarf.def56 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp822 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) \ in map_from_llvmDWARFsourcelanguage() argument
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201913330 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
13337 LOWER_BOUND to LONGEST.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201913330 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
13337 LOWER_BOUND to LONGEST.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgcc.info17674 intervals. The LOWER_BOUND is optional and is zero initialized if
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgcc.info15669 intervals. The LOWER_BOUND is optional and is zero initialized if