HomeSort by relevance Sort by last modified time
    Searched defs:CA (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/test/SemaCXX/
attr-flatten.cpp 30 struct CA {
attr-no-split-stack.cpp 30 struct CA {
  /external/llvm/unittests/LineEditor/
LineEditor.cpp 62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0);
63 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind);
64 EXPECT_EQ("foo", CA.Text);
68 CA = LE->getCompletionAction("", 0);
69 EXPECT_EQ(LineEditor::CompletionAction::AK_ShowCompletions, CA.Kind);
70 ASSERT_EQ(2u, CA.Completions.size());
71 ASSERT_EQ("int foo()", CA.Completions[0]);
72 ASSERT_EQ("int bar()", CA.Completions[1]);
80 CA = LE->getCompletionAction("", 0);
81 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind)
    [all...]
  /external/clang/test/CXX/drs/
dr10xx.cpp 21 typedef const A CA;
29 case 3: return CA();
dr4xx.cpp 1019 typedef const A CA;
1020 void CA::f() {
1021 this->~CA();
1022 this->CA::~A();
1023 this->CA::A::~A();
1025 CA::A() {}
1027 struct B : CA {
1028 B() : CA() {}
1029 void f() { return CA::f(); }
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineAlways.cpp 37 InlineCostAnalyzer CA;
45 return CA.getInlineCost(CS, NeverInline);
48 return CA.getInlineFudgeFactor(CS);
51 CA.resetCachedCostInfo(Caller);
54 CA.growCachedCostInfo(Caller, Callee);
61 CA.clear();
78 CA.setTargetData(getAnalysisIfAvailable<TargetData>());
InlineSimple.cpp 35 InlineCostAnalyzer CA;
45 return CA.getInlineCost(CS, NeverInline);
48 return CA.getInlineFudgeFactor(CS);
51 CA.resetCachedCostInfo(Caller);
54 CA.growCachedCostInfo(Caller, Callee);
58 CA.clear();
79 CA.setTargetData(getAnalysisIfAvailable<TargetData>());
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 41 Constant *CA = ConstantArray::get(ATy, CAList);
44 if (CA->getType() == OldCA->getType()) {
45 GCL->setInitializer(CA);
51 new GlobalVariable(CA->getType(), GCL->isConstant(), GCL->getLinkage(),
52 CA, "", GCL->getThreadLocalMode());
71 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer());
73 Result.reserve(CA->getNumOperands());
74 for (User::op_iterator i = CA->op_begin(), e = CA->op_end(); i != e; ++i) {
95 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer())
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
cpu-i960.c 53 "80960CA" or "80960MC". */
118 CORE CA
132 #define CA bfd_mach_i960_ca /*6*/
139 { ERROR, CORE, KA, KB, MC, XA, CA, JX, HX },
140 { CORE, CORE, KA, KB, MC, XA, CA, JX, HX },
145 { CA, CA, ERROR, ERROR, ERROR, ERROR, CA, ERROR, ERROR},
166 N(bfd_mach_i960_ca, "i960:ca", FALSE, &arch_info_struct[5]),
  /art/test/704-multiply-accumulate/src/
Main.java 23 static CA ca; field in class:Main
83 CA obj = new CA();
88 obj = ca;
145 CA obj = new CA();
150 obj = ca;
168 class CA {
  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
bullet_7.pass.cpp 254 typedef A const CA;
260 runTestCase< R(CA&), 1, ConstCaster >();
261 runTestCase< R(CA&, CA&), 2, ConstCaster >();
262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >();
292 runFunctorTestCase<R(CA&), 1, LValueCaster, CC>();
293 runFunctorTestCase<R(CA&) const, 1, ConstCaster, CC>();
294 runFunctorTestCase<R(CA&) volatile, 1, VolatileCaster, CC>()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicInliner.cpp 67 InlineCostAnalyzer CA;
110 InlineCost IC = CA.getInlineCost(CS, NeverInline);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
bullet_7.pass.cpp 254 typedef A const CA;
260 runTestCase< R(CA&), 1, ConstCaster >();
261 runTestCase< R(CA&, CA&), 2, ConstCaster >();
262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >();
292 runFunctorTestCase<R(CA&), 1, LValueCaster, CC>();
293 runFunctorTestCase<R(CA&) const, 1, ConstCaster, CC>();
294 runFunctorTestCase<R(CA&) volatile, 1, VolatileCaster, CC>()
    [all...]
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 233 public static class CA
236 CA() {}
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 36 static final String CA = "CA";
  /external/cblas/testing/
c_cblat1.f 86 COMPLEX CA
105 DATA SA, CA/0.3E0, (0.4E0,-0.7E0)/
218 CALL CSCAL(N,CA,CX,INCX)
241 CA = (0.0E0,0.0E0)
246 CALL CSCAL(5,CA,CX,INCX)
287 COMPLEX CA,CTEMP
303 DATA CA/(0.4E0,-0.7E0)/
502 CALL CAXPYTEST(N,CA,CX,INCX,CY,INCY)
c_zblat1.f 86 COMPLEX*16 CA
105 DATA SA, CA/0.3D0, (0.4D0,-0.7D0)/
218 CALL ZSCALTEST(N,CA,CX,INCX)
241 CA = (0.0D0,0.0D0)
246 CALL ZSCALTEST(5,CA,CX,INCX)
287 COMPLEX*16 CA,ZTEMP
303 DATA CA/(0.4D0,-0.7D0)/
502 CALL ZAXPYTEST(N,CA,CX,INCX,CY,INCY)
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 496 CustomAssign CA;
microsoft-abi-member-pointers.cpp 750 class CA : public C {
758 // CHECK: store i8* bitcast (void (%class.CA*)* @"\01?OnHelp@CA@@QAEXXZ" to i8*), i8**
759 f func = (f)&CA::OnHelp;
  /external/eigen/blas/testing/
cblat1.f 128 COMPLEX CA
147 DATA SA, CA/0.3E0, (0.4E0,-0.7E0)/
260 CALL CSCAL(N,CA,CX,INCX)
283 CA = (0.0E0,0.0E0)
288 CALL CSCAL(5,CA,CX,INCX)
329 COMPLEX CA
346 DATA CA/(0.4E0,-0.7E0)/
543 CALL CAXPY(N,CA,CX,INCX,CY,INCY)
zblat1.f 128 COMPLEX*16 CA
147 DATA SA, CA/0.3D0, (0.4D0,-0.7D0)/
260 CALL ZSCAL(N,CA,CX,INCX)
283 CA = (0.0D0,0.0D0)
288 CALL ZSCAL(5,CA,CX,INCX)
329 COMPLEX*16 CA
346 DATA CA/(0.4D0,-0.7D0)/
543 CALL ZAXPY(N,CA,CX,INCX,CY,INCY)
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 412 ComplexMatrix CA = A.template cast<ComplexScalar>();
414 matrix_function_compute<ComplexMatrix>::run(CA, atomic, Cresult);
  /frameworks/av/media/libstagefright/foundation/
ColorUtils.cpp 30 typedef ColorAspects CA;
37 ALookup<CU::ColorRange, CA::Range> sRanges{
39 { CU::kColorRangeLimited, CA::RangeLimited },
40 { CU::kColorRangeFull, CA::RangeFull },
41 { CU::kColorRangeUnspecified, CA::RangeUnspecified },
46 ALookup<CU::ColorStandard, std::pair<CA::Primaries, CA::MatrixCoeffs>> sStandards {
48 { CU::kColorStandardUnspecified, { CA::PrimariesUnspecified, CA::MatrixUnspecified } },
49 { CU::kColorStandardBT709, { CA::PrimariesBT709_5, CA::MatrixBT709_5 } }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 840 const ConstantArray *CA = cast<ConstantArray>(C);
842 unsigned NumOps = CA->getNumOperands();
844 if (CA->getOperand(NumOps-1)->isNullValue()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]

Completed in 876 milliseconds

1 2