OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstantTarget
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
336
if (cast<IndirectGotoStmt>(S)->
getConstantTarget
()) {
666
LabelDecl *Target = IGS->
getConstantTarget
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
2641
///
getConstantTarget
- Returns the fixed target of this indirect
2643
LabelDecl *
getConstantTarget
();
2644
const LabelDecl *
getConstantTarget
() const {
2645
return const_cast<IndirectGotoStmt *>(this)->
getConstantTarget
();
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
1168
LabelDecl *IndirectGotoStmt::
getConstantTarget
() {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
688
if (const LabelDecl *Target = S.
getConstantTarget
()) {
Completed in 27 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026