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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
license.py 15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  /external/mesa3d/src/mapi/glapi/gen/
license.py 15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
license.py 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  /external/clang/include/clang/AST/
DeclAccessPair.h 13 // natural access of a declaration when named in a class, as
36 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) {
38 p.set(D, AS);
52 void setAccess(AccessSpecifier AS) {
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) {
56 Ptr = reinterpret_cast<NamedDecl*>(uintptr_t(AS) |
UnresolvedSet.h 26 /// The iterator over UnresolvedSets. Serves as both the const and
55 void setAccess(AccessSpecifier AS) { ir->setAccess(AS); }
104 // as well use the same implementation twice.
118 void addDecl(NamedDecl *D, AccessSpecifier AS) {
119 decls().push_back(DeclAccessPair::make(D, AS));
138 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) {
139 I.ir->set(New, AS);
152 void setAccess(iterator I, AccessSpecifier AS) {
153 I.ir->setAccess(AS);
    [all...]
ASTUnresolvedSet.h 44 void addDecl(ASTContext &C, NamedDecl *D, AccessSpecifier AS) {
45 Decls.push_back(DeclAccessPair::make(D, AS), C);
51 bool replace(const NamedDecl* Old, NamedDecl *New, AccessSpecifier AS) {
54 I->set(New, AS);
  /external/clang/test/SemaCXX/
missing-header.cpp 7 if (const GCCAsmStmt *AS = dyn_cast<GCCAsmStmt>(S)) {}
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) {
32 assert(!AS.Forward && "Alias set is already forwarding!");
36 AccessTy |= AS.AccessTy;
37 AliasTy |= AS.AliasTy;
38 Volatile |= AS.Volatile;
46 PointerRec *R = AS.getSomePointer();
60 if (!AS.UnknownInsts.empty())
61 std::swap(UnknownInsts, AS.UnknownInsts);
62 } else if (!AS.UnknownInsts.empty()) {
63 UnknownInsts.insert(UnknownInsts.end(), AS.UnknownInsts.begin(), AS.UnknownInsts.end())
    [all...]
ScalarEvolutionAliasAnalysis.cpp 44 /// should override this to adjust the this pointer as needed for the
118 const SCEV *AS = SE->getSCEV(const_cast<Value *>(LocA.Ptr));
122 if (AS == BS) return MustAlias;
126 if (SE->getEffectiveSCEVType(AS->getType()) ==
128 unsigned BitWidth = SE->getTypeSizeInBits(AS->getType());
133 const SCEV *BA = SE->getMinusSCEV(BS, AS);
143 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
147 const SCEV *AB = SE->getMinusSCEV(AS, BS);
160 Value *AO = GetBaseValue(AS);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.h 26 getDataASDirective(unsigned int Size, unsigned int AS) const;
AMDGPUMCAsmInfo.cpp 81 AMDGPUMCAsmInfo::getDataASDirective(unsigned int Size, unsigned int AS) const
83 switch (AS) {
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.h 26 getDataASDirective(unsigned int Size, unsigned int AS) const;
AMDGPUMCAsmInfo.cpp 81 AMDGPUMCAsmInfo::getDataASDirective(unsigned int Size, unsigned int AS) const
83 switch (AS) {
  /external/eigen/test/
unalignedcount.cpp 20 #define VERIFY_ALIGNED_UNALIGNED_COUNT(XPR,AL,UL,AS,US) {\
23 if(!(nb_load==AL && nb_loadu==UL && nb_store==AS && nb_storeu==US)) \
25 VERIFY( (#XPR) && nb_load==AL && nb_loadu==UL && nb_store==AS && nb_storeu==US ); \
  /external/chromium_org/third_party/sqlite/src/test/
collate8.test 53 SELECT a AS x FROM t1 ORDER BY "x";
58 SELECT a AS x FROM t1 WHERE x<'ccc' ORDER BY 1
63 SELECT a AS x FROM t1 WHERE x<'ccc' COLLATE binary ORDER BY [x]
68 SELECT a AS x FROM t1 WHERE +x<'ccc' ORDER BY 1
73 SELECT a AS x FROM t1 ORDER BY +x
86 SELECT a AS x FROM t2 WHERE x='abc';
91 SELECT a AS x FROM t2 WHERE x='abc' COLLATE nocase;
96 SELECT a AS x FROM t2 WHERE (x COLLATE nocase)='abc';
101 SELECT a COLLATE nocase AS x FROM t2 WHERE x='abc';
106 SELECT a COLLATE nocase AS x FROM t2 WHERE (x COLLATE binary)='abc'
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 41 AliasSet *AS;
46 : Val(V), PrevInList(0), NextInList(0), AS(0), Size(0),
52 bool hasAliasSet() const { return AS != 0; }
83 assert(AS && "No AliasSet yet!");
84 if (AS->Forward) {
85 AliasSet *OldAS = AS;
86 AS = OldAS->getForwardedTarget(AST);
87 AS->addRef();
90 return AS;
93 void setAliasSet(AliasSet *as) {
    [all...]
  /external/llvm/include/llvm/IR/
Argument.h 91 void addAttr(AttributeSet AS);
94 void removeAttr(AttributeSet AS);
Type.h 75 NumTypeIDs, // Must remain as last defined ID
266 /// means it is valid as the first operand of an insertvalue or
400 // types as pointee.
402 static PointerType *getHalfPtrTy(LLVMContext &C, unsigned AS = 0);
403 static PointerType *getFloatPtrTy(LLVMContext &C, unsigned AS = 0);
404 static PointerType *getDoublePtrTy(LLVMContext &C, unsigned AS = 0);
405 static PointerType *getX86_FP80PtrTy(LLVMContext &C, unsigned AS = 0);
406 static PointerType *getFP128PtrTy(LLVMContext &C, unsigned AS = 0);
407 static PointerType *getPPC_FP128PtrTy(LLVMContext &C, unsigned AS = 0);
408 static PointerType *getX86_MMXPtrTy(LLVMContext &C, unsigned AS = 0)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 17 distributed under the License is distributed on an "AS IS" BASIS,
JetHelp.py 17 distributed under the License is distributed on an "AS IS" BASIS,
JetStatusEvent.py 17 distributed under the License is distributed on an "AS IS" BASIS,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 41 AttributeSet AS[2];
42 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
44 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
50 AS),
70 AttributeSet AS[2];
71 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture);
73 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
79 AS),
101 AttributeSet AS =
109 AS),
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 19 my ($CC, $CC_OPTS, $AS, $AS_OPTS, $LIB, $LIB_OPTS, $LIB_TYPE);
23 $AS = 'armasm';
85 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 19 my ($CC, $CC_OPTS, $AS, $AS_OPTS, $LIB, $LIB_OPTS, $LIB_TYPE);
23 $AS = 'armasm';
87 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 19 my ($CC, $CC_OPTS, $AS, $AS_OPTS, $LIB, $LIB_OPTS, $LIB_TYPE);
23 $AS = 'armasm';
85 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;

Completed in 4557 milliseconds

1 2 3 4 5 6 7 8 91011>>