Searched refs:Unit (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Darray-value-initialize.cpp32 struct Unit struct
34 Unit() {} function in struct:Unit
35 Unit(const Unit& v) {} function in struct:Unit
41 Unit leafPos[1];
/external/clang/lib/Frontend/
H A DASTMerge.cpp47 ASTUnit *Unit = ASTUnit::LoadFromASTFile(ASTFiles[I], Diags, local
49 if (!Unit)
54 Unit->getASTContext(),
55 Unit->getFileManager(),
58 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
71 delete Unit;
H A DASTUnit.cpp733 ASTUnit &Unit; member in class:__anon2875::TopLevelDeclTrackerConsumer
738 : Unit(_Unit), Hash(Hash) {
753 Unit.addTopLevelDecl(D);
763 ASTUnit &Unit; member in class:__anon2875::TopLevelDeclTrackerAction
768 new MacroDefinitionTrackerPPCallbacks(Unit.getCurrentTopLevelHashValue()));
769 return new TopLevelDeclTrackerConsumer(Unit,
770 Unit.getCurrentTopLevelHashValue());
774 TopLevelDeclTrackerAction(ASTUnit &_Unit) : Unit(_Unit) {}
778 return Unit.getTranslationUnitKind();
783 ASTUnit &Unit; member in class:__anon2875::PrecompilePreambleConsumer
788 PrecompilePreambleConsumer(ASTUnit &Unit, const Preprocessor &PP, StringRef isysroot, raw_ostream *Out) argument
824 ASTUnit &Unit; member in class:__anon2875::PrecompilePreambleAction
827 PrecompilePreambleAction(ASTUnit &Unit) argument
1519 LoadFromCompilerInvocationAction(CompilerInvocation *CI, llvm::IntrusiveRefCntPtr<DiagnosticsEngine> Diags, ASTFrontendAction *Action, ASTUnit *Unit) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp431 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit) { argument
454 return getOrCreateType(QualType(T, 0), Unit);
457 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit);
467 llvm::DIFile Unit) {
470 Ty->getPointeeType(), Unit);
475 llvm::DIFile Unit) {
477 Ty->getPointeeType(), Unit);
483 llvm::DIFile Unit) {
485 return getOrCreateType(PointeeTy, Unit);
509 return getOrCreateType(PointeeTy, Unit);
466 CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile Unit) argument
474 CreateType(const PointerType *Ty, llvm::DIFile Unit) argument
482 CreatePointeeType(QualType PointeeTy, llvm::DIFile Unit) argument
513 CreatePointerLikeType(unsigned Tag, const Type *Ty, QualType PointeeTy, llvm::DIFile Unit) argument
532 CreateType(const BlockPointerType *Ty, llvm::DIFile Unit) argument
595 CreateType(const TypedefType *Ty, llvm::DIFile Unit) argument
613 CreateType(const FunctionType *Ty, llvm::DIFile Unit) argument
720 getOrCreateMethodType(const CXXMethodDecl *Method, llvm::DIFile Unit) argument
769 CreateCXXMemberFunction(const CXXMethodDecl *Method, llvm::DIFile Unit, llvm::DIType RecordTy) argument
842 CollectCXXMemberFunctions(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys, llvm::DIType RecordTy) argument
860 CollectCXXFriends(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys, llvm::DIType RecordTy) argument
878 CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys, llvm::DIType RecordTy) argument
919 CollectTemplateParams(const TemplateParameterList *TPList, const TemplateArgumentList &TAList, llvm::DIFile Unit) argument
945 CollectFunctionTemplateParams(const FunctionDecl *FD, llvm::DIFile Unit) argument
960 CollectCXXTemplateParams(const ClassTemplateSpecializationDecl *TSpecial, llvm::DIFile Unit) argument
974 getOrCreateVTablePtrType(llvm::DIFile Unit) argument
1006 CollectVTableInfo(const CXXRecordDecl *RD, llvm::DIFile Unit, SmallVectorImpl<llvm::Value *> &EltTys) argument
1037 llvm::DIFile Unit = getOrCreateFile(RD->getLocation()); local
1172 CreateType(const ObjCObjectType *Ty, llvm::DIFile Unit) argument
1179 CreateType(const ObjCInterfaceType *Ty, llvm::DIFile Unit) argument
1337 CreateType(const VectorType *Ty, llvm::DIFile Unit) argument
1359 CreateType(const ArrayType *Ty, llvm::DIFile Unit) argument
1416 CreateType(const LValueReferenceType *Ty, llvm::DIFile Unit) argument
1422 CreateType(const RValueReferenceType *Ty, llvm::DIFile Unit) argument
1473 llvm::DIFile Unit = getOrCreateFile(ED->getLocation()); local
1552 getOrCreateType(QualType Ty, llvm::DIFile Unit) argument
1578 CreateTypeNode(QualType Ty, llvm::DIFile Unit) argument
1655 CreateMemberType(llvm::DIFile Unit, QualType FType, StringRef Name, uint64_t *Offset) argument
1741 llvm::DIFile Unit = getOrCreateFile(CurLoc); local
1893 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); local
1957 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); local
2086 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); local
2300 llvm::DIFile Unit = getOrCreateFile(D->getLocation()); local
2335 llvm::DIFile Unit = getOrCreateFile(ID->getLocation()); local
2362 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); local
[all...]
H A DCGDebugInfo.h93 llvm::DIType CreateType(const RValueReferenceType *Ty, llvm::DIFile Unit);
130 llvm::DIFile Unit);
132 CollectFunctionTemplateParams(const FunctionDecl *FD, llvm::DIFile Unit);
256 llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,
/external/icu4c/i18n/
H A DdecNumber.c167 /* lsu -- least significant Unit (of coefficient) */
170 /* msu -- most significant Unit (of coefficient) */
212 static Unit uarrone[1]={1}; /* Unit array of 1, used for incrementing */
251 static Int decGetDigits(Unit *, Int);
263 static void decReverse(Unit *, Unit *);
264 static void decSetCoeff(decNumber *, decContext *, const Unit *,
269 static Int decShiftToLeast(Unit *, Int, Int);
270 static Int decShiftToMost(Unit *, In
[all...]
H A DdecNumberLocal.h75 #define Unit decNumberUnit macro
256 /* decNumber struct) safely. Note that one Unit is included in the */
260 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp248 llvm::OwningPtr<ASTUnit> Unit(
250 if (!Unit)
256 ASTContext &Ctx = Unit->getASTContext();
260 DiagClient->BeginSourceFile(Ctx.getLangOptions(), &Unit->getPreprocessor());
268 Unit->getPreprocessor());
283 DiagClient->BeginSourceFile(Ctx.getLangOptions(), &Unit->getPreprocessor());
289 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor());
290 MigrationPass pass(Ctx, Unit->getSema(), testAct, ARCMTMacroLocs);
511 llvm::OwningPtr<ASTUnit> Unit(
514 if (!Unit)
[all...]
/external/llvm/lib/Analysis/
H A DDbgInfoPrinter.cpp122 DICompileUnit Unit; local
134 Unit = Var.getCompileUnit();
145 Unit = Var.getCompileUnit();
156 Unit = Var.getCompileUnit();
163 StringRef F = Unit.getFilename();
166 StringRef D = Unit.getDirectory();
/external/clang/test/
H A DMakefile32 all:: lit.site.cfg Unit/lit.site.cfg
51 Unit/lit.site.cfg: FORCE
52 @echo "Making Clang 'Unit/lit.site.cfg' file..."
65 @sed -f unit.tmp $(PROJ_SRC_DIR)/Unit/lit.site.cfg.in > $@
/external/llvm/test/
H A DMakefile67 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
107 check-local-lit:: lit.site.cfg Unit/lit.site.cfg
111 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-lit-site-cfgs
192 Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
202 @sed -f unit.tmp $(PROJ_SRC_DIR)/Unit/lit.site.cfg.in > $@
/external/llvm/unittests/
H A DMakefile.unittest54 $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp36 unsigned clang_getNumDiagnostics(CXTranslationUnit Unit) { argument
37 ASTUnit *CXXUnit = static_cast<ASTUnit *>(Unit->TUData);
41 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) { argument
42 ASTUnit *CXXUnit = static_cast<ASTUnit *>(Unit->TUData);
H A DCIndexHigh.cpp199 ASTUnit *Unit = static_cast<ASTUnit*>(TU->TUData); local
200 ASTContext &Ctx = Unit->getASTContext();
201 SourceManager &SM = Unit->getSourceManager();
215 if (FID == SM.getMainFileID() && !Unit->isMainFileAST()) {
H A DIndexing.cpp358 ASTUnit *Unit = ASTUnit::create(CInvok.getPtr(), Diags); local
359 llvm::OwningPtr<CXTUOwner> CXTU(new CXTUOwner(MakeCXTranslationUnit(Unit)));
373 Unit = ASTUnit::LoadFromCompilerInvocationAction(CInvok.getPtr(), Diags,
375 Unit);
376 if (!Unit)
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Djsunittest.js15 Unit: {},
312 DrNicTest.Unit.Logger = function(element) {
317 DrNicTest.Unit.Logger.prototype.start = function(testName) {
323 DrNicTest.Unit.Logger.prototype.setStatus = function(status) {
330 DrNicTest.Unit.Logger.prototype.finish = function(status, summary) {
336 DrNicTest.Unit.Logger.prototype.message = function(message) {
342 DrNicTest.Unit.Logger.prototype.summary = function(summary) {
348 DrNicTest.Unit.Logger.prototype.getLastLogLine = function() {
354 DrNicTest.Unit.Logger.prototype.getMessageCell = function() {
359 DrNicTest.Unit
[all...]
H A Dproxy_form_controller_test.js52 var proxyform = new Test.Unit.Runner({
/external/openssl/apps/
H A Dopenssl.cnf145 organizationalUnitName = Organizational Unit Name (eg, section)
/external/oprofile/events/i386/nehalem/
H A Dunit_masks2 # Unit masks for the Intel "Nehalem" micro architecture
206 0x02 mru Instruction Length Decoder stall cycles due to Brand Prediction Unit (PBU) Most Recently Used (MRU) bypass
321 0x01 clear Counts the number of times the front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and this is corrected by the Branch Address Calculator at the front end
324 0x01 early Counts early (normal) Branch Prediction Unit clears: BPU predicted a taken branch after incorrectly assuming that it was not taken
325 0x02 late Counts late Branch Prediction Unit clears due to Most Recently Used conflicts
H A Devents72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline.
96 event:0xE5 counters:0,1,2,3 um:one minimum:6000 name:BPU_MISSED_CALL_RET : Counts number of times the Branch Prediciton Unit missed predicting a call or return branch.
98 event:0xE8 counters:0,1,2,3 um:bpu_clears minimum:6000 name:BPU_CLEARS : Counts Branch Prediction Unit clears.
/external/libvpx/examples/includes/geshi/geshi/
H A Dmysql.php146 // Date and Time Unit Specifiers
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c34 CAMLprim value llvm_initialize_native_target(value Unit) { argument
/external/clang/include/clang/Frontend/
H A DASTUnit.h647 /// \param Unit - optionally an already created ASTUnit. Its ownership is not
652 ASTUnit *Unit = 0);
/external/oprofile/events/i386/westmere/
H A Dunit_masks2 # Unit masks for the Intel "Westmere" micro architecture
25 0x01 early Early Branch Prediction Unit clears
26 0x02 late Late Branch Prediction Unit clears
/external/clang/include/clang-c/
H A DIndex.h528 CINDEX_LINKAGE unsigned clang_getNumDiagnostics(CXTranslationUnit Unit);
533 * \param Unit the translation unit to query.
539 CINDEX_LINKAGE CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit,

Completed in 485 milliseconds

12