Searched refs:Ident (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DELFObjectFile.cpp22 std::pair<unsigned char, unsigned char> Ident = getElfArchType(Object); local
25 if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2LSB)
27 else if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2MSB)
29 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB)
31 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) {
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dinternal.h42 #define MODULE_ID(id) static const char Ident[] = id;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml12 | Ident of string | Number of float
H A Dparser.ml26 | [< 'Token.Ident id; stream >] ->
94 | [< 'Token.Ident id; e=parse_args (id::accumulator) >] -> e
99 | [< 'Token.Ident id;
H A Dlexer.ml47 | id -> [< 'Token.Ident id; stream >]
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml12 | Ident of string | Number of float
H A Dparser.ml26 | [< 'Token.Ident id; stream >] ->
94 | [< 'Token.Ident id; e=parse_args (id::accumulator) >] -> e
99 | [< 'Token.Ident id;
H A Dlexer.ml47 | id -> [< 'Token.Ident id; stream >]
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml12 | Ident of string | Number of float
H A Dparser.ml26 | [< 'Token.Ident id; stream >] ->
94 | [< 'Token.Ident id; e=parse_args (id::accumulator) >] -> e
99 | [< 'Token.Ident id;
H A Dlexer.ml47 | id -> [< 'Token.Ident id; stream >]
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml12 | Ident of string | Number of float
H A Dlexer.ml52 | id -> [< 'Token.Ident id; stream >]
H A Dparser.ml28 | [< 'Token.Ident id; stream >] ->
58 'Token.Ident id ?? "expected identifier after for";
130 | [< 'Token.Ident id; e=parse_args (id::accumulator) >] -> e
135 | [< 'Token.Ident id;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml12 | Ident of string | Number of float
H A Dlexer.ml54 | id -> [< 'Token.Ident id; stream >]
H A Dparser.ml28 | [< 'Token.Ident id; stream >] ->
58 'Token.Ident id ?? "expected identifier after for";
143 | [< 'Token.Ident id; e=parse_args (id::accumulator) >] -> e
155 | [< 'Token.Ident id;
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml12 | Ident of string | Number of float
H A Dlexer.ml55 | id -> [< 'Token.Ident id; stream >]
H A Dparser.ml29 | [< 'Token.Ident id; stream >] ->
59 'Token.Ident id ?? "expected identifier after for";
89 'Token.Ident id ?? "expected identifier after var";
153 'Token.Ident id ?? "expected identifier list after var";
169 | [< 'Token.Ident id; e=parse_args (id::accumulator) >] -> e
181 | [< 'Token.Ident id;
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dmf_common.h64 #define MODULE_ID(id) static const char Ident[] = id;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/format/
H A Dpeg.inc47 Identifier <- Ident WHITESPACE ;
48 leaf: Ident <- ('_' / ':' / <alpha>) ('_' / ':' / <alnum>)* ;
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp154 std::pair<unsigned char, unsigned char> Ident = getElfArchType(InputBuffer); local
157 if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2LSB) {
162 else if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2MSB) {
167 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB) {
172 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) {
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DGCOV.h173 GCOVFunction() : Ident(0), LineNumber(0) {}
179 uint32_t Ident; member in class:llvm::GCOVFunction
/macosx-10.10/ncurses-44/ncurses/progs/
H A Dprogs.priv.h43 #define MODULE_ID(id) static const char Ident[] = id;

Completed in 236 milliseconds

12