HomeSort by relevance Sort by last modified time
    Searched refs:CS (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /external/jsilver/src/org/clearsilver/
ClearsilverFactory.java 20 * 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...]
DelegatedCs.java 22 * 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; field in class:DelegatedCs
33 public DelegatedCs(CS cs) {
35 this.cs = cs;
    [all...]
CS.java 22 public interface CS extends 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/
2003-11-27-MultipleInheritanceThunk.cpp 7 CallSite(const CallSite &CS);
13 virtual int getModRefInfo(CallSite CS);
23 int getModRefInfo(CallSite CS) {
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 60 unsigned getInlineThreshold(CallSite CS) const;
67 virtual InlineCost getInlineCost(CallSite CS) = 0;
86 bool shouldInline(CallSite CS);
  /external/llvm/lib/Analysis/
LibCallAliasAnalysis.cpp 46 ImmutableCallSite CS,
69 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc);
90 LibCallLocationInfo::LocResult Res = LocInfo.isLocation(CS, Loc);
120 LibCallAliasAnalysis::getModRefInfo(ImmutableCallSite CS,
127 if (const Function *F = CS.getCalledFunction()) {
129 MRInfo = ModRefResult(MRInfo & AnalyzeLibCallDetails(FI, CS, Loc));
136 return (ModRefResult)(MRInfo | AliasAnalysis::getModRefInfo(CS, Loc));
CodeMetrics.cpp 33 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()))
CaptureTracking.cpp 109 CallSite CS(I);
113 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
123 CallSite::arg_iterator B = CS.arg_begin(), E = CS.arg_end();
125 if (A->get() == V && !CS.doesNotCapture(A - B))
NoAliasAnalysis.cpp 46 virtual ModRefBehavior getModRefBehavior(ImmutableCallSite CS) {
57 virtual ModRefResult getModRefInfo(ImmutableCallSite CS,
  /external/jsilver/src/org/clearsilver/jni/
JniClearsilverFactory.java 19 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 object
    [all...]
  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 51 InlineCost getInlineCost(CallSite CS) {
52 return ICA->getInlineCost(CS, getInlineThreshold(CS));
Inliner.cpp 117 static bool InlineCallIfPossible(CallSite CS, InlineFunctionInfo &IFI,
120 Function *Callee = CS.getCalledFunction();
121 Function *Caller = CS.getCaller();
125 if (!InlineFunction(CS, IFI, InsertLifetime))
153 // When processing our SCC, check to see if CS was inlined from some other
232 unsigned Inliner::getInlineThreshold(CallSite CS) const {
238 Function *Caller = CS.getCaller();
248 Function *Callee = CS.getCalledFunction();
262 bool Inliner::shouldInline(CallSite CS) {
263 InlineCost IC = getInlineCost(CS);
    [all...]
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) {
43 clang::Stmt **UpdatedStmtList = new clang::Stmt*[CS->size()];
46 clang::CompoundStmt::body_iterator bI = CS->body_begin();
47 clang::CompoundStmt::body_iterator bE = CS->body_end();
57 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount);
80 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) {
81 VisitStmt(CS);
82 ReplaceInCompoundStmt(CS);
86 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) {
87 if (matchesStmt(CS->getSubStmt()))
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.h 63 virtual ModRefBehavior getModRefBehavior(ImmutableCallSite CS);
65 virtual ModRefResult getModRefInfo(ImmutableCallSite CS,
ObjCARCAliasAnalysis.cpp 111 ObjCARCAliasAnalysis::getModRefBehavior(ImmutableCallSite CS) {
113 return AliasAnalysis::getModRefBehavior(CS);
132 ObjCARCAliasAnalysis::getModRefInfo(ImmutableCallSite CS, const Location &Loc) {
134 return AliasAnalysis::getModRefInfo(CS, Loc);
136 switch (GetBasicInstructionClass(CS.getInstruction())) {
153 return AliasAnalysis::getModRefInfo(CS, Loc);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
reg.h 45 # define CS 17
73 # define CS 13
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reg.h 45 # define CS 17
73 # define CS 13
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reg.h 45 # define CS 17
73 # define CS 13
  /external/llvm/tools/opt/
AnalysisWrappers.cpp 45 CallSite CS(cast<Value>(User));
46 if (!CS) continue;
48 for (CallSite::arg_iterator AI = CS.arg_begin(),
49 E = CS.arg_end(); AI != E; ++AI) {
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 47 typedef std::owner_less<std::shared_ptr<int> > CS;
48 CS cs; local
50 assert(!cs(p1, p2));
51 assert(!cs(p2, p1));
52 assert(cs(p1 ,p3) || cs(p3, p1));
53 assert(cs(p3, p1) == cs(p3, p2));
55 assert(!cs(p1, w2))
62 CS cs; local
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 215 PrintfConversionSpecifier CS(conversionPosition, k);
216 FS.setConversionSpecifier(CS);
217 if (CS.consumesDataArgument() && !FS.usesPositionalArg())
262 const PrintfConversionSpecifier &CS = getConversionSpecifier();
264 if (!CS.consumesDataArgument())
267 if (CS.getKind() == ConversionSpecifier::cArg)
276 if (CS.isIntArg())
300 if (CS.isUIntArg())
325 if (CS.isDoubleArg()) {
331 if (CS.getKind() == ConversionSpecifier::nArg)
    [all...]
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
GBCharsetEncoderTest.java 29 private static final Charset CS = Charset.forName("gb18030");
35 cs = CS;
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 19 #define CS 13
48 #define CS 136
  /external/llvm/include/llvm/Analysis/
LibCallAliasAnalysis.h 40 ModRefResult getModRefInfo(ImmutableCallSite CS,
68 ImmutableCallSite CS,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace-abi.h 19 #define CS 13
48 #define CS 136

Completed in 532 milliseconds

1 2 3 4 5 6 7 8