HomeSort by relevance Sort by last modified time
    Searched refs:Ident (Results 26 - 50 of 52) sorted by null

12 3

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
lexer.ml 55 | id -> [< 'Token.Ident id; stream >]
parser.ml 29 | [< '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;
  /external/llvm/include/llvm/Support/
GCOV.h 173 GCOVFunction() : Ident(0), LineNumber(0) {}
179 uint32_t Ident;
  /external/clang/include/clang/Lex/
PPCallbacks.h 150 /// \brief Callback invoked when a \#ident or \#sccs directive is read.
154 virtual void Ident(SourceLocation Loc, const std::string &str) {
322 virtual void Ident(SourceLocation Loc, const std::string &str) {
323 First->Ident(Loc, str);
324 Second->Ident(Loc, str);
  /external/clang/lib/AST/
CommentParser.cpp 440 Token Ident = Tok;
443 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
444 Ident.getHTMLIdent()));
453 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
454 Ident.getHTMLIdent()));
461 Ident.getLocation(),
462 Ident.getHTMLIdent(),
  /external/compiler-rt/lib/asan/tests/
asan_oob_test.cc 107 char *p = Ident(new char[size]);
asan_mac_test.cc 229 void *alloc = Ident(malloc(kMallocSize));
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 157 std::pair<unsigned char, unsigned char> Ident = std::make_pair(
162 if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2LSB) {
168 else if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2MSB) {
174 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB) {
180 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) {
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 67 IdentifierInfo *Ident = 0;
75 Ident = Tok.getIdentifierInfo();
92 if (Ident == 0) {
103 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
113 Diag(Tok, Ident ? diag::err_expected_lbrace :
169 IdentLoc, Ident, T.getOpenLocation(),
191 std::vector<IdentifierInfo*>& Ident,
196 if (index == Ident.size()) {
216 Ident[index], Tracker.getOpenLocation(),
219 ParseInnerNamespace(IdentLoc, Ident, NamespaceLoc, ++index, InlineLoc
    [all...]
ParseDecl.cpp 351 bool Parser::IsSimpleMicrosoftDeclSpec(IdentifierInfo *Ident) {
352 return llvm::StringSwitch<bool>(Ident->getName())
373 void Parser::ParseComplexMicrosoftDeclSpec(IdentifierInfo *Ident,
378 if (llvm::StringSwitch<bool>(Ident->getName())
383 ParseMicrosoftDeclSpecWithSingleArg(Ident, Loc, Attrs);
384 } else if (Ident->getName() == "deprecated") {
389 ParseMicrosoftDeclSpecWithSingleArg(Ident, Loc, Attrs);
391 Attrs.addNew(Ident, Loc, 0, Loc, 0, SourceLocation(), 0, 0,
393 } else if (Ident->getName() == "property") {
406 Ident->getNameStart(), tok::r_paren)
    [all...]
Parser.cpp     [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 664 std::pair<StringRef, bool> Ident = *D;
665 if (Ident.second)
666 InterestingIdentifiers[Ident.first].push_back(ID);
668 (void)InterestingIdentifiers[Ident.first];
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 158 static T Ident(T t) {
281 S4 *x = (int*)Ident(malloc(sizeof(S4)));
287 S4 *x = (int*)Ident(realloc(0, sizeof(S4)));
290 x = (int*)Ident(realloc(x, 2 * sizeof(S4)));
293 x = (int*)Ident(realloc(x, 3 * sizeof(S4)));
298 x = (int*)Ident(realloc(x, 2 * sizeof(S4)));
301 x = (int*)Ident(realloc(x, 3 * sizeof(S4)));
308 S4 *x = (int*)Ident(calloc(1, sizeof(S4)));
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 130 virtual void Ident(SourceLocation Loc, const std::string &str);
308 /// Ident - Handle #ident directives when read by the preprocessor.
310 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, const std::string &S) {
313 OS.write("#ident ", strlen("#ident "));
  /external/llvm/lib/IR/
GCOV.cpp 95 Ident = Buff.readInt();
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 280 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_t Ident,
298 write(Ident);
657 Type::getInt32Ty(*Ctx), // uint32_t ident
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 483 if (FTI.NumArgs == 1 && !FTI.isVariadic && FTI.ArgInfo[0].Ident == 0 &&
    [all...]
SemaDeclObjC.cpp 792 IdentifierInfo *Ident = IdentList[i].first;
793 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second,
796 = ObjCProtocolDecl::Create(Context, CurContext, Ident,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 123 Ident(a->GetBlockBegin(reinterpret_cast<void *>(x)));
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 1491 milliseconds

12 3