Home
last modified time | relevance | path

Searched defs:ARC (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/test/Analysis/inlining/
Dfalse-positive-suppression.m6 #define ARC __has_feature(objc_arc) macro
/external/llvm-project/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp620 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A); in TEST() local
770 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A1); in TEST() local
862 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A1); in TEST() local
965 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A); in TEST() local
1038 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A); in TEST() local
1108 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A1); in TEST() local
1365 LazyCallGraph::RefSCC &ARC = *NewRCs[1]; in TEST() local
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp491 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A); in TEST() local
616 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A1); in TEST() local
740 LazyCallGraph::RefSCC &ARC = *I; in TEST() local
/external/strace/
Dconfigure.ac88 AC_DEFINE([ARC], 1, [Define for the ARC architecture.]) definition
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py97 ARC='arc' variable
/external/python/cpython3/Lib/tkinter/
Dconstants.py97 ARC='arc' variable
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure.ac326 AM_CONDITIONAL(ARC, test x$TARGET = xARC) condition
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp1813 const TargetRegisterClass *ARC = getAGPRClassForBitWidth(Size); in hasAGPRs() local
1832 const TargetRegisterClass *ARC = getAGPRClassForBitWidth(Size); in getEquivalentAGPRClass() local
/external/clang/lib/Driver/
DTools.cpp5552 bool ARC = isObjCAutoRefCount(Args); in ConstructJob() local