OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseLoc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp
2907
SMLoc
BaseLoc
= getLexer().getLoc();
2914
check(!isa<X86MCExpr>(E),
BaseLoc
, "expected register here"))
2920
return Error(
BaseLoc
, "eiz and riz can only be used as index registers",
2921
SMRange(
BaseLoc
, EndLoc));
2986
Operands.push_back(X86Operand::CreateDXReg(
BaseLoc
,
BaseLoc
));
2992
return Error(
BaseLoc
, ErrMsg);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
1139
TypeResult Parser::ParseBaseTypeSpecifier(SourceLocation &
BaseLoc
,
1155
BaseLoc
= Tok.getLocation();
2151
SourceLocation
BaseLoc
;
2152
TypeResult BaseType = ParseBaseTypeSpecifier(
BaseLoc
, EndLocation);
2168
Access, BaseType.get(),
BaseLoc
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp
2490
SourceLocation
BaseLoc
= TInfo->getTypeLoc().getBeginLoc();
2500
Diag(
BaseLoc
, diag::err_circular_inheritance)
2526
Diag(
BaseLoc
, diag::err_base_must_be_class) << SpecifierRange;
2533
Diag(
BaseLoc
, diag::err_union_as_base_class) << SpecifierRange;
2543
BaseLoc
);
2551
if (RequireCompleteType(
BaseLoc
, BaseType,
2585
Diag(
BaseLoc
, diag::err_base_class_has_flexible_array_member)
2594
Diag(
BaseLoc
, diag::err_class_marked_final_used_as_base)
2620
ParsedType basetype, SourceLocation
BaseLoc
,
4464
SourceLocation
BaseLoc
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
3112
TypeResult ParseBaseTypeSpecifier(SourceLocation &
BaseLoc
,
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
12737
SDValue
BaseLoc
= Base->getBasePtr();
12739
if (
BaseLoc
.getOpcode() != ISD::FrameIndex)
12743
int BFI = cast<FrameIndexSDNode>(
BaseLoc
)->getIndex();
12750
SDValue Base1 = Loc, Base2 =
BaseLoc
;
12753
getBaseWithConstantOffset(
BaseLoc
, Base2, Offset2, DAG);
12763
bool isGA2 = TLI.isGAPlusOffset(
BaseLoc
.getNode(), GV2, Offset2);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
7071
SourceLocation
BaseLoc
);
7171
SourceLocation
BaseLoc
,
Completed in 83 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026