Home
last modified time | relevance | path

Searched refs:FTL (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/AST/
DComment.cpp276 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) { in fill() local
278 ParamVars = FTL.getParams(); in fill()
279 ReturnType = FTL.getReturnLoc().getType(); in fill()
295 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) { in fill() local
297 ParamVars = FTL.getParams(); in fill()
298 ReturnType = FTL.getReturnLoc().getType(); in fill()
DDecl.cpp2834 FunctionTypeLoc FTL = in getReturnTypeSourceRange() local
2836 if (!FTL) in getReturnTypeSourceRange()
2841 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
/external/pdfium/third_party/freetype/
DREADME.pdfium5 License: FreeType License (FTL)
6 License File: FTL.TXT
DFTL.TXT110 (`FTL.TXT') unaltered; any additions, deletions or changes to
169 --- end of FTL.TXT ---
/external/freetype/
DNOTICE114 (`FTL.TXT') unaltered; any additions, deletions or changes to
173 --- end of FTL.TXT ---
/external/clang/tools/libclang/
DCIndex.cpp798 FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>(); in VisitFunctionDecl() local
803 if ((FTL && !isa<CXXConversionDecl>(ND) && Visit(FTL.getReturnLoc())) || in VisitFunctionDecl()
804 (!FTL && Visit(TL))) in VisitFunctionDecl()
820 if (FTL && VisitFunctionTypeLoc(FTL, true)) in VisitFunctionDecl()
/external/llvm/docs/
DStackMaps.rst48 compiler within the open source WebKit project, see the `FTL JIT
DLangRef.rst345 This calling convention has been implemented for `WebKit FTL JIT
/external/clang/lib/Sema/
DSemaDecl.cpp8425 if (FunctionTypeLoc FTL = MD->getTypeSourceInfo()->getTypeLoc() in CheckFunctionDeclaration() local
8427 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()
11137 if (FunctionNoProtoTypeLoc FTL = TL.getAs<FunctionNoProtoTypeLoc>()) in ActOnFinishFunctionBody() local
11141 << FixItHint::CreateInsertion(FTL.getRParenLoc(), "void"); in ActOnFinishFunctionBody()