/external/clang/lib/CodeGen/ |
CGBlocks.cpp | 210 /// all __weak together. Preserve descending alignment in all situations. [all...] |
CGDecl.cpp | 518 // __weak objects always get EH cleanups; otherwise, exceptions 612 // If __weak, we want to use a barrier under certain conditions. 661 // both __weak and __strong, but __weak got filtered out above. [all...] |
CGExpr.cpp | 223 // __weak objects always get EH cleanups; otherwise, exceptions [all...] |
CGObjCMac.cpp | 798 /// The next I+1 words are __weak pointers to Objective-C [all...] |
CGObjC.cpp | [all...] |
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticSemaKinds.td | [all...] |
/external/clang/lib/AST/ |
TypePrinter.cpp | [all...] |
ItaniumMangle.cpp | [all...] |
Expr.cpp | [all...] |
/external/clang/test/CodeGenObjC/ |
arc-blocks.m | 187 __block __weak id var = test6_source(); 241 __weak id var = test7_source();
|
arc.m | 337 __weak id x = test12_helper(); [all...] |
/external/clang/lib/Sema/ |
SemaType.cpp | 88 if (S.findMacroSpelling(loc, "__weak")) name = "__weak"; [all...] |
SemaObjCProperty.cpp | [all...] |
/external/clang/test/Index/ |
annotate-tokens.m | 141 __weak Foo *foo; [all...] |
/external/clang/lib/Rewrite/Frontend/ |
RewriteObjC.cpp | 45 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy [all...] |
RewriteModernObjC.cpp | 46 BLOCK_FIELD_IS_WEAK = 16, /* declared __weak, only used in byref copy [all...] |
/prebuilts/clang/linux-x86/host/3.5/bin/ |
clang | |
clang++ | |
/prebuilts/sdk/tools/linux/ |
libclang.so | |
/external/clang/include/clang/AST/ |
DeclObjC.h | [all...] |
/prebuilts/clang/linux-x86/3.1/ |
clang | |
clang++ | |
/external/clang/docs/ |
LanguageExtensions.rst | [all...] |
/external/clang/lib/Basic/ |
Targets.cpp | 99 // __weak is always defined, for use in blocks and with objc pointers. 100 Builder.defineMacro("__weak", "__attribute__((objc_gc(weak)))"); [all...] |