Searched refs:Add (Results 301 - 303 of 303) sorted by relevance

<<111213

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1049 // Add as immediate when possible. Null MCExpr = 0.
6484 Opcode = MCBinaryExpr::Add;
6558 // Add the memory operand.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1444 /// Add this decl to the scope shadowed decl chains.
1452 // Add scoped declarations into their context, so that they can be
5176 FieldCollector->Add(cast<FieldDecl>(Anon));
5204 // Add the anonymous struct/union object to the current
5272 // Add the anonymous struct object to the current context.
6301 // Add the address space to the original array type and then propagate
8227 // Add 1 to the index so that 0 can mean the mismatch didn't
8725 // Add a null marker so we know when we've gone back up a level
9011 // Okay: Add virtual to the method.
11199 // TODO: Add
[all...]
H A DSemaDeclCXX.cpp288 // Add the default argument to the parameter
1391 // FIXME: Add 'const' to AccessedEntity's classes so we can remove the
3464 FieldCollector->Add(FD);
5827 // Add a context note to explain how we got to any diagnostics produced below.
8307 // Add the 'const' to the type to recover.
8469 // Add a context note for diagnostics produced after this point.
9645 /// Add the most overriden methods from MD to Methods
12992 // Add a context note for diagnostics produced after this point.
13027 // FIXME: Add a new kind of DeclarationName for an inherited constructor.
13129 // Add
[all...]

Completed in 253 milliseconds

<<111213