Searched refs:CS (Results 1 - 25 of 219) sorted by relevance

123456789

/external/jsilver/src/org/clearsilver/
H A DClearsilverFactory.java20 * A factory for constructing new CS and HDF objects. Allows applications to
21 * provide subclasses of HDF or CS to be used by the Java Clearsilver
27 * Create a new CS object.
28 * @param hdf the HDF object to use in constructing the CS object.
29 * @return a new CS object
31 public CS newCs(HDF hdf);
34 * Create a new CS object.
35 * @param hdf the HDF object to use in constructing the CS object.
37 * CS object.
38 * @return a new CS objec
[all...]
H A DDelegatedCs.java22 * Utility class that delegates all methods of an CS object. Made to
23 * facilitate the transition to CS being an interface and thus not
26 * This class, and its subclasses must take care to wrap or unwrap HDF and CS
30 public abstract class DelegatedCs implements CS {
31 private final CS cs;
33 public DelegatedCs(CS cs) {
38 public CS getCs() {
H A DCS.java22 public interface CS extends Closeable { interface in inherits:Closeable
35 * Clean up CS object state.
50 * Parse the given string as a CS template.
56 * Generate output from the CS templates and HDF objects that have been read
69 * Set the CS file loader to use
/external/clang/test/CodeGenCXX/
H A D2003-11-27-MultipleInheritanceThunk.cpp8 CallSite(const CallSite &CS);
14 virtual int getModRefInfo(CallSite CS);
24 int getModRefInfo(CallSite CS) { argument
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslinfo.c89 #define CS(x) x, #x macro
132 {0,CS(TLS_RSA_WITH_AES_128_GCM_SHA256), S_RSA, K_RSA, C_AESGCM, B_128, M_AEAD_128, 1, 0, 0, },
134 {0,CS(TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA), S_RSA, K_DHE, C_CAMELLIA, B_256, M_SHA, 0, 0, 0, },
135 {0,CS(TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA), S_DSA, K_DHE, C_CAMELLIA, B_256, M_SHA, 0, 0, 0, },
136 {0,CS(TLS_DHE_RSA_WITH_AES_256_CBC_SHA256), S_RSA, K_DHE, C_AES, B_256, M_SHA256, 1, 0, 0, },
137 {0,CS(TLS_DHE_RSA_WITH_AES_256_CBC_SHA), S_RSA, K_DHE, C_AES, B_256, M_SHA, 1, 0, 0, },
138 {0,CS(TLS_DHE_DSS_WITH_AES_256_CBC_SHA), S_DSA, K_DHE, C_AES, B_256, M_SHA, 1, 0, 0, },
139 {0,CS(TLS_RSA_WITH_CAMELLIA_256_CBC_SHA), S_RSA, K_RSA, C_CAMELLIA, B_256, M_SHA, 0, 0, 0, },
140 {0,CS(TLS_RSA_WITH_AES_256_CBC_SHA256), S_RSA, K_RSA, C_AES, B_256, M_SHA256, 1, 0, 0, },
141 {0,CS(TLS_RSA_WITH_AES_256_CBC_SH
[all...]
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp27 const CapturedStmt *CS = cast<CapturedStmt>(S.getAssociatedStmt()); local
28 llvm::Value *CapturedStruct = GenerateCapturedStmtArgument(*CS);
33 CGCapturedStmtInfo CGInfo(*CS, CS->getCapturedRegionKind());
35 OutlinedFn = CGF.GenerateCapturedStmtFunction(*CS);
52 const CapturedStmt *CS = cast<CapturedStmt>(S.getAssociatedStmt()); local
53 const Stmt *Body = CS->getCapturedStmt();
/external/llvm/lib/Analysis/
H A DLibCallAliasAnalysis.cpp46 ImmutableCallSite CS,
69 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc);
90 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc);
120 LibCallAliasAnalysis::getModRefInfo(ImmutableCallSite CS, argument
127 if (const Function *F = CS.getCalledFunction()) {
129 MRInfo = ModRefResult(MRInfo & AnalyzeLibCallDetails(FI, CS, Loc));
136 return (ModRefResult)(MRInfo | AliasAnalysis::getModRefInfo(CS, Loc));
45 AnalyzeLibCallDetails(const LibCallFunctionInfo *FI, ImmutableCallSite CS, const Location &Loc) argument
H A DNoAliasAnalysis.cpp47 ModRefBehavior getModRefBehavior(ImmutableCallSite CS) override {
57 Location getArgLocation(ImmutableCallSite CS, unsigned ArgIdx,
60 return Location(CS.getArgument(ArgIdx), UnknownSize,
61 CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa));
64 ModRefResult getModRefInfo(ImmutableCallSite CS,
H A DCodeMetrics.cpp33 ImmutableCallSite CS(cast<Instruction>(II));
35 if (const Function *F = CS.getCalledFunction()) {
39 if (!CS.isNoInline() && F->hasInternalLinkage() && F->hasOneUse())
54 if (!isa<InlineAsm>(CS.getCalledValue()))
H A DCaptureTracking.cpp107 CallSite CS(I);
111 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
121 CallSite::arg_iterator B = CS.arg_begin(), E = CS.arg_end();
123 if (A->get() == V && !CS.doesNotCapture(A - B))
H A DAliasAnalysis.cpp64 AliasAnalysis::getArgLocation(ImmutableCallSite CS, unsigned ArgIdx, argument
67 return AA->getArgLocation(CS, ArgIdx, Mask);
87 AliasAnalysis::getModRefInfo(ImmutableCallSite CS, argument
91 ModRefBehavior MRB = getModRefBehavior(CS);
103 for (ImmutableCallSite::arg_iterator AI = CS.arg_begin(), AE = CS.arg_end();
110 getArgLocation(CS, (unsigned) std::distance(CS.arg_begin(), AI),
133 return ModRefResult(AA->getModRefInfo(CS, Loc) & Mask);
221 AliasAnalysis::getModRefBehavior(ImmutableCallSite CS) { argument
[all...]
/external/jsilver/src/org/clearsilver/jni/
H A DJniClearsilverFactory.java19 import org.clearsilver.CS;
33 * {@link #newCs} will be fully unwrapped before being passed to CS
43 * {@link org.clearsilver.HDF} object to the {@link org.clearsilver.CS}
58 * Create a new CS object.
59 * @param hdf the HDF object to use in constructing the CS object.
60 * @return a new CS object
62 public CS newCs(HDF hdf) {
70 * Create a new CS object. Also checks and unwraps any DelegatedHdfs
72 * @param hdf the HDF object to use in constructing the CS object.
74 * CS objec
[all...]
/external/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h60 unsigned getInlineThreshold(CallSite CS) const;
67 virtual InlineCost getInlineCost(CallSite CS) = 0;
86 bool shouldInline(CallSite CS);
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp126 static bool InlineCallIfPossible(CallSite CS, InlineFunctionInfo &IFI, argument
130 Function *Callee = CS.getCalledFunction();
131 Function *Caller = CS.getCaller();
135 if (!InlineFunction(CS, IFI, InsertLifetime))
163 // When processing our SCC, check to see if CS was inlined from some other
264 unsigned Inliner::getInlineThreshold(CallSite CS) const {
270 Function *Caller = CS.getCaller();
280 Function *Callee = CS.getCalledFunction();
304 static void emitAnalysis(CallSite CS, const Twine &Msg) { argument
305 Function *Caller = CS
313 shouldInline(CallSite CS) argument
515 CallSite CS = CallSites[CSi].first; local
[all...]
H A DInlineAlways.cpp52 InlineCost getInlineCost(CallSite CS) override;
91 InlineCost AlwaysInliner::getInlineCost(CallSite CS) { argument
92 Function *Callee = CS.getCalledFunction();
98 CS.hasFnAttr(Attribute::AlwaysInline) &&
H A DInlineSimple.cpp52 InlineCost getInlineCost(CallSite CS) override {
53 return ICA->getInlineCost(CS, getInlineThreshold(CS));
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
H A Downer_less.pass.cpp47 typedef std::owner_less<std::shared_ptr<int> > CS; typedef
48 CS cs;
61 typedef std::owner_less<std::weak_ptr<int> > CS; typedef
62 CS cs;
/external/llvm/tools/opt/
H A DAnalysisWrappers.cpp44 CallSite CS(cast<Value>(UI));
45 if (!CS) continue;
47 for (CallSite::arg_iterator AI = CS.arg_begin(),
48 E = CS.arg_end(); AI != E; ++AI) {
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAliasAnalysis.cpp112 ObjCARCAliasAnalysis::getModRefBehavior(ImmutableCallSite CS) { argument
114 return AliasAnalysis::getModRefBehavior(CS);
133 ObjCARCAliasAnalysis::getModRefInfo(ImmutableCallSite CS, const Location &Loc) { argument
135 return AliasAnalysis::getModRefInfo(CS, Loc);
137 switch (GetBasicInstructionClass(CS.getInstruction())) {
154 return AliasAnalysis::getModRefInfo(CS, Loc);
H A DObjCARCAliasAnalysis.h63 ModRefBehavior getModRefBehavior(ImmutableCallSite CS) override;
65 ModRefResult getModRefInfo(ImmutableCallSite CS,
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h19 #define CS 13 macro
48 #define CS 136 macro
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp215 PrintfConversionSpecifier CS(conversionPosition, k);
216 FS.setConversionSpecifier(CS);
217 if (CS.consumesDataArgument() && !FS.usesPositionalArg())
262 const PrintfConversionSpecifier &CS = getConversionSpecifier(); local
264 if (!CS.consumesDataArgument())
267 if (CS.getKind() == ConversionSpecifier::cArg)
276 if (CS.isIntArg())
309 if (CS.isUIntArg())
343 if (CS.isDoubleArg()) {
349 if (CS
[all...]
H A DCFGStmtMap.cpp53 Optional<CFGStmt> CS = CE.getAs<CFGStmt>(); local
54 if (!CS)
57 CFGBlock *&Entry = SM[CS->getStmt()];
/external/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp92 ConstantStruct *CS = cast<ConstantStruct>(*i); local
93 Result.push_back(dyn_cast<Function>(CS->getOperand(1)));
117 ConstantStruct *CS = cast<ConstantStruct>(*i); local
118 if (isa<ConstantPointerNull>(CS->getOperand(1)))
122 if (!isa<Function>(CS->getOperand(1)))
126 ConstantInt *CI = cast<ConstantInt>(CS->getOperand(0));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbididat.c22 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
29 /* L R EN ES ET AN CS B S WS ON */
69 L, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L
84 L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L
99 AL, R, AL, WS, EN, CS, WS, EN, CS, EN, WS, R, R, WS, L, L
183 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
225 AL, AL, AL, WS, EN, EN, ES, EN, EN, CS,
[all...]

Completed in 4389 milliseconds

123456789