OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlignLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
2265
LocTy
AlignLoc
= Lex.getLoc();
2282
return error(
AlignLoc
, "alignment is not a power of two");
2284
return error(
AlignLoc
, "huge alignments are not supported yet");
2494
LocTy
AlignLoc
= Lex.getLoc();
2501
return error(
AlignLoc
, "stack alignment is not a power of two");
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
5123
SMLoc
AlignLoc
= getLoc();
5127
return Error(
AlignLoc
, "alignment must be a power of two");
5133
return Error(
AlignLoc
, "alignment is too large");
Completed in 24 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026