Home
last modified time | relevance | path

Searched defs:CL (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m32 @interface CL // expected-note 2 {{class declared here}} // expected-note 2 {{'CL' has been explici… interface
35 @implementation CL // expected-warning {{Implementing deprecated class}} implementation
38 @implementation CL ( SomeCategory ) // expected-warning {{'CL' is deprecated}} \ implementation in SomeCategory
/external/clang/test/Rewriter/
Drewrite-qualified-id.mm10 @interface CL interface
/external/testng/src/test/java/test/listeners/
DConfigurationListenerTest.java13 static public class CL implements IConfigurationListener2 { class in ConfigurationListenerTest
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/
DASMifierTest$Compiler.classASMifierTest.java package org.objectweb.asm.util public org.objectweb.asm.util ...
DASMifierTest.java106 final static IClassLoader CL = new ClassLoaderIClassLoader(new URLClassLoader(new URL[0])); field in ASMifierTest.Compiler
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
DGASMifierTest$Compiler.classGASMifierTest.java package org.objectweb.asm.commons org.objectweb.asm.commons. ...
DGASMifierTest.java145 final static IClassLoader CL = new ClassLoaderIClassLoader(new URLClassLoader(new URL[0])); field in GASMifierTest.Compiler
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java38 static final String CL = "CL"; field in RegionCode
/external/clang/lib/AST/
DStmtCXX.cpp56 SourceLocation CAL, SourceLocation CL, in CXXForRangeStmt()
/external/clang/test/Sema/
Dblock-return.c3 typedef void (^CL)(void); typedef
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
DMemRegion.h812 const CompoundLiteralExpr *CL; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp442 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp525 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp292 const CompoundLiteralExpr *CL, in ProfileRegion()
945 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
DExprEngineC.cpp443 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp1054 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) in isSimpleZero() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h480 CL = 2, enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1902 for (MachineLoop::iterator CL = Loop->begin(), E = Loop->end();CL != E; ++CL){ in PrintChildLoopComment() local
/external/clang/include/clang/AST/
DStmt.h753 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : in DefaultStmt()
1305 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} in ContinueStmt()
DOpenMPClause.h1710 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } in setColonLoc()
3013 auto CL = M.second; in setClauseInfo() local
/external/llvm/tools/llvm-objdump/
DMachODump.cpp5317 SectionRef CL = get_section(O, "__OBJC2", "__class_list"); in printObjc2_64bit_MetaData() local
5389 const SectionRef CL = get_section(O, "__OBJC2", "__class_list"); in printObjc2_32bit_MetaData() local
5394 const SectionRef CL = get_section(O, "__DATA", "__objc_classlist"); in printObjc2_32bit_MetaData() local
/external/clang/include/clang/Sema/
DDeclSpec.h2231 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/external/clang/lib/Sema/
DSemaChecking.cpp5154 } else if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) { in checkFormatExpr() local
6950 if (CallExpr* CL = dyn_cast<CallExpr>(LeftExprSansParen)) in CheckFloatComparison() local

12